aboutsummaryrefslogtreecommitdiffstats
path: root/function-template.js
diff options
context:
space:
mode:
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;