Sha256: 6a11dd2ff3fd686f3c15855d03fe57f909dd922dd2cdad98c013f3786d4fecc8

Contents?: true

Size: 183 Bytes

Versions: 7

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

7 entries across 4 versions & 1 rubygems

Version Path
modjs-architecture-0.3.5 spec/fixtures/foo-elements.js
modjs-architecture-0.3.3 spec/tmp/foo-elements.js
modjs-architecture-0.3.3 spec/fixtures/foo-elements.js
modjs-architecture-0.3.2 spec/tmp/foo-elements.js
modjs-architecture-0.3.2 spec/fixtures/foo-elements.js
modjs-architecture-0.3.1 spec/fixtures/foo-elements.js
modjs-architecture-0.3.1 spec/tmp/foo-elements.js