mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 10:45:46 +01:00
Add missing semicolons.
This commit is contained in:
@@ -62,8 +62,7 @@ var Group = Class("Group", {
|
||||
|
||||
get toStringParams() [this.name],
|
||||
|
||||
get builtin() this.modules.contexts.builtinGroups.indexOf(this) >= 0,
|
||||
|
||||
get builtin() this.modules.contexts.builtinGroups.indexOf(this) >= 0
|
||||
}, {
|
||||
compileFilter: function (patterns, default_=false) {
|
||||
function siteFilter(uri) {
|
||||
|
||||
Reference in New Issue
Block a user