(function() { // Baseline setup // -------------- // Establish the root object, `window` in the browser, or `exports` on the server. var root = this;
this._={};
_.a=function(){}
return _;
}.call(this));
(function() { // Baseline setup // -------------- // Establish the root object, `window` in the browser, or `exports` on the server. var root = this;
this._={};
_.a=function(){}
return _;
}.call(this));