Sha256: 2f60ab517c0b9049430957c927431de52e232540cb97f256c98da36438a76947

Contents?: true

Size: 153 Bytes

Versions: 9

Compression:

Stored size: 153 Bytes

Contents

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

mod.elements({

});

mod.set_data({

});

	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.js
ninjs-0.16.7 spec/fixtures/hello.js
ninjs-0.16.6 spec/fixtures/hello.js
ninjs-0.16.5 spec/fixtures/hello.js
ninjs-0.16.4 spec/fixtures/hello.js
ninjs-0.16.3 spec/fixtures/hello.js
ninjs-0.16.2 spec/fixtures/hello.js
ninjs-0.16.1 spec/fixtures/hello.js
ninjs-0.16.0 spec/fixtures/hello.js