Jhernandez has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/169613

Change subject: Hygiene: Grunt file code style
......................................................................

Hygiene: Grunt file code style

Change-Id: Ibe75c4fe5f8273c5552fea65a694b87ac076ead1
---
M Gruntfile.js
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/13/169613/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 58ee11f..ca8a850 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -10,12 +10,12 @@
 
        grunt.loadNpmTasks( 'grunt-contrib-jshint' );
        grunt.loadNpmTasks( 'grunt-jscs' );
-       grunt.loadNpmTasks('grunt-contrib-qunit');
-       grunt.loadNpmTasks('grunt-contrib-watch');
+       grunt.loadNpmTasks( 'grunt-contrib-qunit' );
+       grunt.loadNpmTasks( 'grunt-contrib-watch' );
 
        grunt.initConfig( {
                URL: process.env.URL || 'http://127.0.0.1:8080/w/index.php/',
-               QUNIT_FILTER: (process.env.QUNIT_FILTER && 
'&filter='+process.env.QUNIT_FILTER) || '',
+               QUNIT_FILTER: ( process.env.QUNIT_FILTER && '&filter=' + 
process.env.QUNIT_FILTER ) || '',
                files: {
                        js: 'javascripts/**/*.js',
                        jsTests: 'tests/qunit/**/*.js'

-- 
To view, visit https://gerrit.wikimedia.org/r/169613
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe75c4fe5f8273c5552fea65a694b87ac076ead1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jhernandez <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to