summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 14:16:50 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 14:16:50 +0100
commit2667c2399e63d7c7694a9662dd92ee40d9ce4ac6 (patch)
tree60cf33c8e59f5dde1aa3831e5ffd6a11c9bc4ca2 /js
parent963bb35747e955fb7f619e732ca27f35efe30264 (diff)
use bind once to speed up dirt checking where possible
Diffstat (limited to 'js')
-rw-r--r--js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/package.json b/js/package.json
index fe7042dd8..050b1f262 100644
--- a/js/package.json
+++ b/js/package.json
@@ -33,12 +33,12 @@
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-ng-annotate": "^0.6.0",
- "grunt-karma": "^0.9.0",
"grunt-php": "^1.1.1",
"grunt-phpunit": "^0.3.6",
"grunt-protractor-runner": "^1.1.4",
"grunt-protractor-webdriver": "^0.1.9",
"grunt-wrap": "^0.3.0",
+ "grunt-karma": "^0.9.0",
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",