Fix call to mw.log.warning

Should be mw.log.warn

Added by I111176b8

Change-Id: I58b78e89a7f5a21fe050e2a90bf856c388f7213d
This commit is contained in:
Alex Monk 2014-12-03 23:35:48 +00:00
parent fd8f9463aa
commit b0b53befdc

View file

@ -39,7 +39,7 @@
return target;
}, function ( e ) {
mw.log.warning( 'VisualEditor failed to load: ' + e );
mw.log.warn( 'VisualEditor failed to load: ' + e );
} );
}
return targetPromise;