mediawiki-skins-MinervaNeue/resources/skins.minerva.scripts/page-issues/overlay
Stephen Niedzielski 5593b23aa8 Hygiene: replace mobile.startup/paths with props
Replace all occurrences of `M.require( 'mobile.startup/pathToModule' )`
with `M.require( 'mobile.startup' ).pathToModule`. Where multiple
requires existed, add an intermediate variable,
`var mobile = M.require( 'mobile.startup' )`, and dot off that.

This changes improves the consistency of MinervaNeue which currently
contains a mix of require styles and eliminates any deprecated requires.

Bug: T208915
Change-Id: If14f280672d914d07275197100b12421bb217b67
2019-02-07 14:55:04 -07:00
..
IssueList.js pageIssuesOverlay is a factory function that returns an Overlay 2019-01-03 08:31:39 -08:00
IssueNotice.hogan pageIssuesOverlay is a factory function that returns an Overlay 2019-01-03 08:31:39 -08:00
IssueNotice.js pageIssuesOverlay is a factory function that returns an Overlay 2019-01-03 08:31:39 -08:00
pageIssuesOverlay.js Hygiene: replace mobile.startup/paths with props 2019-02-07 14:55:04 -07:00
PageIssuesOverlay.less pageIssuesOverlay is a factory function that returns an Overlay 2019-01-03 08:31:39 -08:00