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

Version Path
revelry_core-0.1.12.4 spec/dummy/tmp/jasmine/assets/revelry/data/Collection.self.js
revelry_core-0.1.12.2 spec/dummy/tmp/jasmine/assets/revelry/data/Collection.self.js
revelry_core-0.1.11.6 spec/dummy/tmp/jasmine/assets/revelry/data/Collection.self.js
revelry_core-0.1.10.1 spec/dummy/tmp/jasmine/assets/revelry/data/Collection.self.js
revelry_core-0.1.10.0 spec/dummy/tmp/jasmine/assets/revelry/data/Collection.self.js
revelry_core-0.1.9.1 spec/dummy/tmp/jasmine/assets/revelry/data/Collection.self.js
revelry_core-0.1.9.0 spec/dummy/tmp/jasmine/assets/revelry/data/Collection.self.js
revelry_core-0.1.8.0 spec/dummy/tmp/jasmine/assets/revelry/data/Collection.self.js