Sha256: 74b9ecd075ff73aaa46af99ddd9ad7de9077b0246a107b024a09fef286ddb5ba
Contents?: true
Size: 711 Bytes
Versions: 8
Compression:
Stored size: 711 Bytes
Contents
(function() { var RevCollection, 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; Rev.registerObject('Collection', RevCollection = (function(superClass) { extend(RevCollection, superClass); function RevCollection() { return RevCollection.__super__.constructor.apply(this, arguments); } RevCollection.prototype.idunno = "lolcoffeeparser"; return RevCollection; })(Backbone.Collection)); }).call(this);
Version data entries
8 entries across 8 versions & 1 rubygems