aboutsummaryrefslogtreecommitdiff
path: root/examples/test.js
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-20 09:34:10 -0500
committerTed Gould <ted@canonical.com>2009-04-20 09:34:10 -0500
commita1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076 (patch)
treeeb4ad989bf2a8fa92cea21b0d9cea89005e9c138 /examples/test.js
parent8270f15190ba2a22183b30c8ef39329918ca1191 (diff)
downloadlibayatana-indicator-a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076.tar.gz
libayatana-indicator-a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076.tar.bz2
libayatana-indicator-a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076.zip
Moving tests to examples
Diffstat (limited to 'examples/test.js')
-rwxr-xr-xexamples/test.js6
1 files changed, 6 insertions, 0 deletions
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();