Sha256: cbbb7cf6b12474829c806d0ef4b72a0848f7999aba81395a3a3d5f067cb736f0

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