Fix all jshint errors

Change-Id: Ib8fb350132bb34c1e063eb644af5aeff833f95e8
This commit is contained in:
Santhosh Thottingal
2013-05-20 14:51:36 +05:30
parent 00c37b9218
commit bf270812f5
5 changed files with 17 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
* @licence MIT License
*/
( function ( $ ) {
( function ( $, mw ) {
'use strict';
module( 'ext.uls', QUnit.newMwEnvironment() );
@@ -68,4 +68,4 @@
prefs.set( prefName, undefined );
prefs.save();
} );
}( jQuery ) );
}( jQuery, mediaWiki ) );