summaryrefslogtreecommitdiff
path: root/plugins/example/example.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-23 16:15:44 +0400
committerAndrew Dolgov <[email protected]>2012-12-23 16:15:44 +0400
commitb9546011d61665c26842ed133bae46c355ce19d5 (patch)
tree875b9706d33a99fc7acd7e69101d358ba8629638 /plugins/example/example.js
parent6065f3ad6364943e4d6b160db8a2c78ff52e2373 (diff)
add example plugin
Diffstat (limited to 'plugins/example/example.js')
-rw-r--r--plugins/example/example.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/example/example.js b/plugins/example/example.js
new file mode 100644
index 000000000..a31f2c2a2
--- /dev/null
+++ b/plugins/example/example.js
@@ -0,0 +1,3 @@
+function example(value) {
+ alert("Value saved: " + value);
+}