Namespace for the smartphone layout of IITC.
It holds no public API: the boot hooks below are internal, and are only reachable across modules because the bundle wraps every file in its own scope.
Methods
-
private, static _runAfterBoot()
-
Performs setup tasks for IITC on smartphones after the IITC boot process. Opens the map pane, which is the view the mobile layout starts on.
Called once from
boot. -
private, static _runBeforeBoot()
-
Performs initial setup tasks for IITC on smartphones before the IITC boot process. Adds the smartphone stylesheet and the map/info pane buttons the mobile layout switches between.
Called once from
boot.