Sha256: 581f35056e8e323d85d56527ed4405684bd15d41ad25122cefaa720e2e9c8fff

Contents?: true

Size: 183 Bytes

Versions: 10

Compression:

Stored size: 183 Bytes

Contents

(function(app) {
    var m = app.add_module("foo_elements");

    //= require "../elements/foo_elements.elements"

    m.actions = function() {
        
    }

    m.run();
})(myapp);

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
modjs-architecture-0.3.5 spec/fixtures/foo_elements.js
modjs-architecture-0.3.3 spec/fixtures/foo_elements.js
modjs-architecture-0.3.3 spec/tmp/foo_elements.js
modjs-architecture-0.3.2 spec/fixtures/foo_elements.js
modjs-architecture-0.3.2 spec/tmp/foo_elements.js
modjs-architecture-0.3.1 spec/fixtures/foo_elements.js
modjs-architecture-0.3.1 spec/tmp/foo_elements.js
modjs-architecture-0.3.0 spec/fixtures/foo_elements.js
modjs-architecture-0.2.1 spec/fixtures/foo_elements.js
modjs-architecture-0.2.0 spec/fixtures/foo_elements.js