diff options
author | Ted Gould <ted@canonical.com> | 2009-08-18 13:41:27 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-18 13:41:27 -0500 |
commit | f9bc0fe67b49f00732073c5945d8dd50d60ecb97 (patch) | |
tree | 55cc90563a8a798ecbae07d3f441dafea247237e /examples/test.js | |
parent | dcbb7eba056da11cf575bb2a10fea954440bb0fb (diff) | |
parent | ba24704988964a1f211e82e87cbe8aca29641979 (diff) | |
download | libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.tar.gz libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.tar.bz2 libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.zip |
Merging in the separation from indicator-applet
Diffstat (limited to 'examples/test.js')
-rwxr-xr-x | examples/test.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/test.js b/examples/test.js deleted file mode 100755 index 45b0d05..0000000 --- a/examples/test.js +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/local/bin/seed -Seed.import_namespace("Indicate"); - -var indicator = new Indicate.Indicator(); - -indicator.show(); |