var Controller, Core, Model, Model_Event, View, Controller_Index,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
__hasProp = Object.prototype.hasOwnProperty,
...
JavaScript One Page Application
var Controller, Core, Model, Model_Event, View, Controller_Index,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
__hasProp = Object.prototype.hasOwnProperty,
...
I've recently been developi...