Sha256: dc37fbef81f3d593462a8227ef57139b1ec65eb78dfdadf7083823c11a4c6209
Contents?: true
Size: 749 Bytes
Versions: 60
Compression:
Stored size: 749 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.Users = (function(superClass) { extend(Users, superClass); function Users() { return Users.__super__.constructor.apply(this, arguments); } Users.prototype["new"] = function() { var view; view = new App.Views.Main.Users.UserRegistrationForm; return view.render(); }; return Users; })(App.Controllers.Base); }).call(this); :ET
Version data entries
60 entries across 27 versions & 1 rubygems