Sha256: 3db808da7e3b3e5543536d87c8db754422cd9c3fcc9fc4d8d9e37f974eef72bc
Contents?: true
Size: 754 Bytes
Versions: 3
Compression:
Stored size: 754 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.Comments = (function(superClass) { extend(Comments, superClass); function Comments() { return Comments.__super__.constructor.apply(this, arguments); } Comments.prototype.edit = function() { var view; view = new App.Views.Admin.Comments.Form; return view.render(); }; return Comments; })(App.Controllers.Base); }).call(this); :ET
Version data entries
3 entries across 3 versions & 1 rubygems