Fix all jshint errors
Change-Id: Ib8fb350132bb34c1e063eb644af5aeff833f95e8
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
return ( window.navigator.language || window.navigator.userLanguage ).split( '-' )[0];
|
||||
};
|
||||
|
||||
/*jshint camelcase:false*/
|
||||
mw.uls.getCountryCode = function () {
|
||||
return window.Geo && ( window.Geo.country || window.Geo.country_code );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user