diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-07 10:09:38 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-07 10:09:38 +0400 |
| commit | 2c967d60237c5890549b9c9fa680ee7adec10e6a (patch) | |
| tree | e59a6791d97715b17bd08129f309227178999655 /plugins/example/example.js | |
| parent | d88922a5d31062196da6e69ab109079cda8867b2 (diff) | |
move example plugins to -contrib
Diffstat (limited to 'plugins/example/example.js')
| -rw-r--r-- | plugins/example/example.js | 3 |
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); -} |