aboutsummaryrefslogtreecommitdiffstats
path: root/function-template.js
diff options
context:
space:
mode:
authoranekos2011-01-09 01:39:58 +0900
committeranekos2011-01-09 01:40:19 +0900
commit014de35a8dd1c83db9547d7d2cd24fe7ff9421e7 (patch)
tree1d4cd2440be1fb0be45da2a63e5135d3c65c4af9 /function-template.js
parentb55529808894ee0c5d0193e9b16581d9fd0d33e0 (diff)
downloadvimperator-plugins-014de35a8dd1c83db9547d7d2cd24fe7ff9421e7.tar.bz2
Follow Vimp3
Diffstat (limited to 'function-template.js')
-rw-r--r--function-template.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/function-template.js b/function-template.js
index f7017e1..0621d9f 100644
--- a/function-template.js
+++ b/function-template.js
@@ -104,8 +104,8 @@ let PLUGIN_INFO =
'string', // type: string, stringlist, charlist, boolean
'defaultValue',
{
- scope: options.OPTION_SCOPE_GLOBAL, // <- default
- // or OPTION_SCOPE_LOCAL, OPTION_SCOPE_BOTH
+ scope: Option.SCOPE_GLOBAL, // <- default
+ // or Option.SCOPE_LOCAL, Option.SCOPE_BOTH
setter: function (value) {
/* mozo mozo */
return value;