Sha256: 32062812ace79854103d90e9d2b2090a97ea08fe247da3a10763a45af388ee02
Contents?: true
Size: 666 Bytes
Versions: 8
Compression:
Stored size: 666 Bytes
Contents
(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);
Version data entries
8 entries across 8 versions & 1 rubygems