diff options
-rw-r--r-- | haiku.js | 3 | ||||
-rw-r--r-- | stylechanger.js | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -242,7 +242,8 @@ list = list.filter(function($_) $_[0].indexOf(target) >= 0);
}
return [prefix.length, list];
- }
+ },
+ bang: true
}
);
})();
diff --git a/stylechanger.js b/stylechanger.js index f075ea4..d6354d8 100644 --- a/stylechanger.js +++ b/stylechanger.js @@ -183,7 +183,8 @@ liberator.plugins.styleSheetsManger = (function(){ } }); return [0, candidates]; - } + }, + bang: true } ); var CSSData = {}; |