aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--haiku.js3
-rw-r--r--stylechanger.js3
2 files changed, 4 insertions, 2 deletions
diff --git a/haiku.js b/haiku.js
index d945e33..8fb60c7 100644
--- a/haiku.js
+++ b/haiku.js
@@ -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 = {};