Sha256: 8cc60b607d15069afa222c85ab3e053089d71b05a7d317fdf4beb46a8b79ac05
Contents?: true
Size: 723 Bytes
Versions: 61
Compression:
Stored size: 723 Bytes
Contents
I"Ç(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); :ET
Version data entries
61 entries across 56 versions & 2 rubygems