Merge "mw.ViewPageTarget.init: Log an error if target fails to load"

This commit is contained in:
jenkins-bot 2014-09-09 01:26:46 +00:00 committed by Gerrit Code Review
commit 3b91c34194

View file

@ -45,6 +45,8 @@
target.addPlugins( plugins );
return target;
}, function ( e ) {
mw.log.warning( 'VisualEditor failed to load: ' + e );
} );
}
return targetPromise;