aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index d1ef72f2701a..cb9a20d0a77d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -98,8 +98,8 @@ module.exports = function ( grunt ) {
chromium: {
browsers: [ 'Chromium' ]
},
- more: {
- browsers: [ 'Chrome', 'Firefox' ]
+ firefox: {
+ browsers: [ 'Firefox' ]
}
},
copy: {