Sha256: d11da51d91bd92608fe25f70e600fd7d1ec0ab3f7f12cbf62793185256a51840
Contents?: true
Size: 316 Bytes
Versions: 2
Compression:
Stored size: 316 Bytes
Contents
Jazz.Controller = function () { this.initialize(); }; Jazz.Controller.extend = Jazz.Controller.create = Jazz.Helper.extend; _.extend( Jazz.Controller.prototype, { index:function () {}, create:function () {}, update:function () {}, remove:function () {}, initialize:function () {} } );
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jazz-jss-0.0.2 | dist/jazz/lib/controller.js |
jazz-jss-0.0.1 | dist/jazz/lib/controller.js |