Sha256: 3dbe352f2a84fb0eb895b23d67d0fe7ca0bf731b08dd95bb0ae618e2a0d71c88
Contents?: true
Size: 237 Bytes
Versions: 11
Compression:
Stored size: 237 Bytes
Contents
Informant.BucketList = Backbone.Collection.extend({ model: Informant.BucketModel, url: function() { return this.parent.url() + '/buckets'; }, initialize: function(buckets, options) { this.parent = options.parent; }, });
Version data entries
11 entries across 11 versions & 1 rubygems