mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:37:58 +01:00
merge those pesky missing semicolons
This commit is contained in:
@@ -439,7 +439,7 @@ vimperator.Options = function() //{{{
|
||||
"</ul>" +
|
||||
"The order matters",
|
||||
default_value: "gm",
|
||||
validator: function (value) { if (/[^gm]/.test(value) || value.length > 2 ||
|
||||
validator: function (value) { if (/[^gm]/.test(value) || value.length > 2 ||
|
||||
value.length < 1) return false; else return true; }
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user