Sha256: ffe416990986af742c53b1252752f04e98e9cc77ae2065c52b492d6f391cf1a5
Contents?: true
Size: 585 Bytes
Versions: 11
Compression:
Stored size: 585 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.User = (function(superClass) { extend(User, superClass); function User() { return User.__super__.constructor.apply(this, arguments); } return User; })(App.Controllers.Base); }).call(this); :ET
Version data entries
11 entries across 4 versions & 1 rubygems