Sha256: 173496cd5c661e073127be6a3fe0197f6d1d77068814ba30fb9ee01c4ed4c112
Contents?: true
Size: 697 Bytes
Versions: 18
Compression:
Stored size: 697 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.Sessions = (function(superClass) { extend(Sessions, superClass); function Sessions() { return Sessions.__super__.constructor.apply(this, arguments); } Sessions.prototype["new"] = function() { return console.log('oka'); }; return Sessions; })(App.Controllers.Base); }).call(this); :ET
Version data entries
18 entries across 18 versions & 1 rubygems