Sha256: b1b4b8643346a074797134096cbd216157b1509e107e53414df1d0dbd904fc97
Contents?: true
Size: 678 Bytes
Versions: 61
Compression:
Stored size: 678 Bytes
Contents
I"š(function() { var RevModel, 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('Model', RevModel = (function(superClass) { extend(RevModel, superClass); function RevModel() { return RevModel.__super__.constructor.apply(this, arguments); } RevModel.prototype.idunno = "lolcoffeeparser"; return RevModel; })(Backbone.Model)); }).call(this); :ET
Version data entries
61 entries across 56 versions & 2 rubygems