site-app.js 307 Bytes
define("site-app",["mk7/app"],function(n){return n.name="site",n.routes={"*":function(){return n.runController("index")}},n}),define("site/index-controller",["mk7/controller"],function(n){var n=new n;Dom7;return n.run=function(){var n=this;n.render()},n.bindEvents=function(){console.log("bindEvents")},n});