From b9546011d61665c26842ed133bae46c355ce19d5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 23 Dec 2012 16:15:44 +0400 Subject: add example plugin --- plugins/example/example.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/example/example.js (limited to 'plugins/example/example.js') 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); +} -- cgit v1.2.3