Remove comment related to skins.minerva.scripts after removal of it in 1053997

Bug: T221007
Change-Id: I0ca3e195aa623cff7ef437dc177179dee13c7cd1
This commit is contained in:
Zoranzoki21 2019-10-16 10:28:16 +00:00
parent c7215f9f5f
commit 5a05e94a1e

View file

@ -291,8 +291,6 @@ function initDesktop() {
*/
function initMobile() {
if ( !mw.user.isAnon() ) {
// FIXME: skins.minerva.scripts can be removed from list of dependencies when T221007
// has been resolved.
mw.loader.using( [ 'ext.echo.mobile', 'mobile.startup' ] ).then( function ( require ) {
require( 'ext.echo.mobile' )();
} );