From a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 20 Apr 2009 09:34:10 -0500 Subject: Moving tests to examples --- examples/test.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 examples/test.js (limited to 'examples/test.js') diff --git a/examples/test.js b/examples/test.js new file mode 100755 index 0000000..45b0d05 --- /dev/null +++ b/examples/test.js @@ -0,0 +1,6 @@ +#!/usr/local/bin/seed +Seed.import_namespace("Indicate"); + +var indicator = new Indicate.Indicator(); + +indicator.show(); -- cgit v1.2.3