Update uls core from upstream

Change-Id: I8e89431ce1f33da2b46826e9e6669cc214c92a4b
This commit is contained in:
Amir E. Aharoni
2013-12-01 19:28:19 +02:00
parent 26adbd4894
commit d309b344ea

View File

@@ -90,9 +90,7 @@
for ( var code in this.languages ) {
if ( $.uls.data.languages[code] === undefined ) {
if ( window.console && window.console.log ) {
window.console.log( 'ULS: Unknown language ' + code + '.' );
}
// Language is unknown to ULS.
delete this.languages[code];
}
}