daisho-sdk
Version:
sdk component for daisho
29 lines (18 loc) • 504 B
JavaScript
// Generated by CoffeeScript 1.10.0
var Page;
module.exports = Page = (function() {
Page.prototype.el = null;
Page.prototype.module = null;
function Page(el, module1) {
this.el = el;
this.module = module1;
}
Page.prototype.load = function(opts) {
this.opts = opts != null ? opts : {};
};
Page.prototype.render = function() {};
Page.prototype.unload = function() {};
Page.prototype.annotations = function() {};
return Page;
})();
//# sourceMappingURL=page.js.map