Sha256: 42379d879ae1375ef83c4d07a2ebb73eb463681bbbd4d9a559c9bb498bcd8242

Contents?: true

Size: 191 Bytes

Versions: 10

Compression:

Stored size: 191 Bytes

Contents

(function(app) {
    var m = app.addModule("foo-elements");

    //= require "../elements/foo-elements.elements"

    m.init = function() {
        
    };

    m.initWhenReady();

})(myapp);

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
modjs-architecture-0.7.1 spec/fixtures/foo-elements.js
modjs-architecture-0.7.0 spec/fixtures/foo-elements.js
modjs-architecture-0.6.8 spec/fixtures/foo-elements.js
modjs-architecture-0.6.7 spec/fixtures/foo-elements.js
modjs-architecture-0.6.6 spec/fixtures/foo-elements.js
modjs-architecture-0.6.4 spec/fixtures/foo-elements.js
modjs-architecture-0.6.3 spec/fixtures/foo-elements.js
modjs-architecture-0.6.2 spec/fixtures/foo-elements.js
modjs-architecture-0.6.1 spec/fixtures/foo-elements.js
modjs-architecture-0.6.0 spec/fixtures/foo-elements.js