Cleanup for JSHint

Change-Id: I35d2d41640f405f4e1e94b18ddac751437a84bb5
This commit is contained in:
Amir E. Aharoni
2013-01-16 12:51:56 +02:00
parent 16424982eb
commit 4f651fa0e2
4 changed files with 11 additions and 11 deletions

View File

@@ -21,8 +21,8 @@
var mwImeRulesPath, inputSelector, inputPreferences;
mwImeRulesPath = mw.config.get( 'wgExtensionAssetsPath' )
+ '/UniversalLanguageSelector/lib/jquery.ime/';
mwImeRulesPath = mw.config.get( 'wgExtensionAssetsPath' ) +
'/UniversalLanguageSelector/lib/jquery.ime/';
inputSelector = 'input:not([type]), input[type=text], input[type=search], textarea';
inputPreferences = mw.uls.preferences();