ext.uls.geoclient should not break if it runs before ext.uls.init
Change-Id: If4c8203bccd4287a94de6b22210f067852241614
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
( function( mw, $ ) {
|
( function( mw, $ ) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
mw.uls = mw.uls || {};
|
||||||
mw.uls.setGeo = function ( data ) {
|
mw.uls.setGeo = function ( data ) {
|
||||||
window.GEO = data;
|
window.GEO = data;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user