MCPcopy Index your code
hub / github.com/SpringRoll/SpringRoll / init

Method init

src/Application.spec.js:46–50  ·  view source on GitHub ↗
(application)

Source from the content-addressed store, hash-verified

44
45 /** */
46 init(application) {
47 console.log('--------------init called!----------------------');
48 this.initCalled = true;
49 expect(application).to.be.instanceOf(Application);
50 }
51
52 /** */
53 start(application) {

Callers 1

setupPluginsMethod · 0.45

Calls 1

logMethod · 0.80

Tested by

no test coverage detected