Sha256: 047c6721f4329b5ba320b6083e7b04db6541ba2252d3d0c7db3eff80d05eeaa7
Contents?: true
Size: 756 Bytes
Versions: 18
Compression:
Stored size: 756 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() { var view; view = new App.Views.Admin.Sessions.Form; return view.render(); }; return Sessions; })(App.Controllers.Base); }).call(this); :ET
Version data entries
18 entries across 18 versions & 1 rubygems