Sha256: c77a6af2d221c688c544196eab72660391d9b1191b4f16e004c3533b8823317d
Contents?: true
Size: 674 Bytes
Versions: 11
Compression:
Stored size: 674 Bytes
Contents
I"–(function() { var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; App.Controllers.Main = (function(superClass) { extend(Main, superClass); function Main() { return Main.__super__.constructor.apply(this, arguments); } Main.prototype.initialize = function() { return this.setScope('main'); }; return Main; })(App.Controllers.Base); }).call(this); :ET
Version data entries
11 entries across 4 versions & 1 rubygems