Sha256: 3ad5baf06e603664a7fcd18310fca46e40c5ece1d905a8bad0d91692390a3dcd

Contents?: true

Size: 191 Bytes

Versions: 9

Compression:

Stored size: 191 Bytes

Contents

(function(app) {
	var mod = app.add_module('hello');

	//= require "../elements/hello.elements"

	//= require "../models/hello.model"

	mod.actions = function() {

	};

	mod.run();
})(myapp);

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ninjs-0.16.8 spec/fixtures/hello.module.js
ninjs-0.16.7 spec/fixtures/hello.module.js
ninjs-0.16.6 spec/fixtures/hello.module.js
ninjs-0.16.5 spec/fixtures/hello.module.js
ninjs-0.16.4 spec/fixtures/hello.module.js
ninjs-0.16.3 spec/fixtures/hello.module.js
ninjs-0.16.2 spec/fixtures/hello.module.js
ninjs-0.16.1 spec/fixtures/hello.module.js
ninjs-0.16.0 spec/fixtures/hello.module.js