Sha256: 2af94a4ad8d7307d510cdea00743e0e7fa58a3b7f74ec31bd646f5994ea6416a

Contents?: true

Size: 224 Bytes

Versions: 10

Compression:

Stored size: 224 Bytes

Contents

(function(app) {
    var m = app.addModule("foo_all");

    //= require "../elements/foo_all.elements"

    //= require "../models/foo_all.model"

    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_all.js
modjs-architecture-0.7.0 spec/fixtures/foo_all.js
modjs-architecture-0.6.8 spec/fixtures/foo_all.js
modjs-architecture-0.6.7 spec/fixtures/foo_all.js
modjs-architecture-0.6.6 spec/fixtures/foo_all.js
modjs-architecture-0.6.4 spec/fixtures/foo_all.js
modjs-architecture-0.6.3 spec/fixtures/foo_all.js
modjs-architecture-0.6.2 spec/fixtures/foo_all.js
modjs-architecture-0.6.1 spec/fixtures/foo_all.js
modjs-architecture-0.6.0 spec/fixtures/foo_all.js