Merge "mobile.watchstar is a deprecated module"

This commit is contained in:
jenkins-bot 2018-12-03 21:35:47 +00:00 committed by Gerrit Code Review
commit fe983c5102
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
( function ( M ) { ( function ( M ) {
var Watchstar = M.require( 'mobile.watchstar/Watchstar' ), var Watchstar = M.require( 'mobile.startup' ).Watchstar,
user = mw.user; user = mw.user;
/** /**

View File

@ -572,7 +572,7 @@
], ],
"dependencies": [ "dependencies": [
"skins.minerva.icons.images.scripts", "skins.minerva.icons.images.scripts",
"mobile.watchstar", "mobile.startup",
"skins.minerva.scripts" "skins.minerva.scripts"
], ],
"scripts": [ "scripts": [