From 2c967d60237c5890549b9c9fa680ee7adec10e6a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 7 May 2013 10:09:38 +0400 Subject: move example plugins to -contrib --- plugins/example/example.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 plugins/example/example.js (limited to 'plugins/example/example.js') 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); -} -- cgit v1.2.3-54-g00ecf