Sha256: 603608d55777f015201e2cbd1916ed4fe007e4ef2030a38bd806b1a7132d0166
Contents?: true
Size: 709 Bytes
Versions: 57
Compression:
Stored size: 709 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.Mix(App.Controllers.Base, App.Mixins.Disconnection)); }).call(this); :ET
Version data entries
57 entries across 26 versions & 1 rubygems