Template
by plus5keen
JavaScript
(function (global, _) {
}(this, this._));
(function (global) {
var log = (function () {
var c = global.console;
var l = c.log;
return function () { return l.apply(c, arguments); };
}());
}(this));