MinervaNeue/resources/skins.minerva.options
Stephen Niedzielski c561fbc794 Hygiene: update categoryOverlay to use factory API
- Revise M.require( 'mobile.categories.overlays/CategoryOverlay' ) to
  'mobile.categories.overlays/categoryOverlay' (lowercase c).

- The category overlay is a factory function not a class. Replace new
  operator with function invocation. This only looked strange and didn't
  break anything since the new operator uses the returned value if
  specified, not `this`, which was the result of the factory function
  and the OverlayManager understands both Overlays and functions that
  return Overlays.

Bug: T208915
Change-Id: Ife098ee5ed1a8a164a4e31013a490076658f4147
2019-02-11 22:49:59 +00:00
..
BackToTopOverlay.hogan Merge skin option modules into a single ResourceLoader module and move enabled logic to client 2018-10-12 10:18:21 -07:00
BackToTopOverlay.js Hygiene: replace OO.mfExtend with mobile.mfExtend 2019-02-08 21:42:03 +00:00
backtotop.js Hygiene: replace mobile.startup/paths with props 2019-02-07 14:55:04 -07:00
backtotop.less Merge skin option modules into a single ResourceLoader module and move enabled logic to client 2018-10-12 10:18:21 -07:00
categories.js Hygiene: update categoryOverlay to use factory API 2019-02-11 22:49:59 +00:00
share.js Generate a shareIcon via composition 2019-01-04 09:19:59 -08:00
share.svg Add share icon as mobile web beta feature 2018-10-12 22:08:28 +02:00
shareIcon.js Hygiene: replace mobile.startup/paths with props 2019-02-07 14:55:04 -07:00