mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
db29aa53bd
This extends the work in Ie29a1eb7746d56f7d8c99b74e5e3c213c30fdcf2 Bug: T171000 Change-Id: Ib125e1bdaace1893804892909c27a9f328445835
9 lines
206 B
JavaScript
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
|
|
};
|