mediawiki-skins-MinervaNeue/resources/mobile.startup.stub.js
jdlrobson db29aa53bd Make MobileFrontend dependency a soft one
This extends the work in Ie29a1eb7746d56f7d8c99b74e5e3c213c30fdcf2

Bug: T171000
Change-Id: Ib125e1bdaace1893804892909c27a9f328445835
2020-01-17 14:02:23 -08:00

9 lines
206 B
JavaScript

/**
* This stub is used when MobileFrontend is not installed.
* It describes the contract between MobileFrontend and Minerva
* that we should work towards removing.
*/
module.exports = {
stub: true
};