Sha256: 48f94ce78c205e92e832ba37c3962a2915be7ce4043c2532b45a7c009f1a8aed
Contents?: true
Size: 716 Bytes
Versions: 52
Compression:
Stored size: 716 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.Admin = (function(superClass) { extend(Admin, superClass); function Admin() { return Admin.__super__.constructor.apply(this, arguments); } Admin.prototype.initialize = function() { return this.setScope('admin'); }; return Admin; })(App.Mix(App.Controllers.Base, App.Mixins.Disconnection)); }).call(this); :ET
Version data entries
52 entries across 26 versions & 1 rubygems