summaryrefslogtreecommitdiff
path: root/plugins/example/example.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-07 10:09:38 +0400
committerAndrew Dolgov <[email protected]>2013-05-07 10:09:38 +0400
commit2c967d60237c5890549b9c9fa680ee7adec10e6a (patch)
treee59a6791d97715b17bd08129f309227178999655 /plugins/example/example.js
parentd88922a5d31062196da6e69ab109079cda8867b2 (diff)
move example plugins to -contrib
Diffstat (limited to 'plugins/example/example.js')
-rw-r--r--plugins/example/example.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/example/example.js b/plugins/example/example.js
deleted file mode 100644
index a31f2c2a2..000000000
--- a/plugins/example/example.js
+++ /dev/null
@@ -1,3 +0,0 @@
-function example(value) {
- alert("Value saved: " + value);
-}