MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / Application

Function Application

modules/piu/Pebble/piuPebble.js:95–107  ·  view source on GitHub ↗
($, it = {})

Source from the content-addressed store, hash-verified

93}
94
95export function Application($, it = {}) {
96 let self = (this) ? this : Object.create(application);
97 it._DeferLink = DeferLink;
98 it._Skin = Skin;
99 it._Style = Style;
100 it._Texture = Texture;
101 it._TouchLink = TouchLink;
102 it._View = View;
103 global.application = self;
104 self._create($, it);
105 global.screen.context.onDisplayReady();
106 return self;
107}
108Application.prototype = application;
109Application.template = template;
110Object.freeze(application);

Callers

nothing calls this directly

Calls 2

_createMethod · 0.80
onDisplayReadyMethod · 0.80

Tested by

no test coverage detected