From 014de35a8dd1c83db9547d7d2cd24fe7ff9421e7 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 9 Jan 2011 01:39:58 +0900 Subject: Follow Vimp3 --- function-template.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'function-template.js') 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; -- cgit v1.2.3