JsHint fixes - Move the invocation into the parens that contain the function.

Change-Id: I83d4808a9daeb6e0d52f77c718f9e384454d8ecc
This commit is contained in:
Santhosh Thottingal
2012-09-07 13:46:12 +05:30
parent df34d47723
commit 5ce0dac72d
5 changed files with 7 additions and 7 deletions

View File

@@ -197,4 +197,4 @@
mw.uls.changeLanguage( $(this).attr( 'lang' ) );
} );
} );
} )( jQuery, mediaWiki, window, document );
}( jQuery, mediaWiki, window, document ) );