Sha256: 53112df9a4f871ccd22e136b4a8ff8891033e964ea6921d587d0857403e6b6f5
Contents?: true
Size: 644 Bytes
Versions: 50
Compression:
Stored size: 644 Bytes
Contents
I"x(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; Quby.Collections.Panels = (function(superClass) { extend(Panels, superClass); function Panels() { return Panels.__super__.constructor.apply(this, arguments); } Panels.prototype.model = Quby.Models.Panel; return Panels; })(Backbone.Collection); }).call(this); :ET
Version data entries
50 entries across 29 versions & 1 rubygems