Comparing version 0.2.12 to 0.2.13
@@ -962,3 +962,3 @@ // Generated by CoffeeScript 1.4.0 | ||
} | ||
return Collection.__super__.add.apply(this, arguments); | ||
return highbrow.Backbone.Collection.prototype.add.call(this, models, options); | ||
}; | ||
@@ -965,0 +965,0 @@ |
@@ -971,3 +971,3 @@ /* | ||
} | ||
return Collection.__super__.add.apply(this, arguments); | ||
return highbrow.Backbone.Collection.prototype.add.call(this, models, options); | ||
}; | ||
@@ -974,0 +974,0 @@ |
@@ -972,3 +972,3 @@ /* | ||
} | ||
return Collection.__super__.add.apply(this, arguments); | ||
return highbrow.Backbone.Collection.prototype.add.call(this, models, options); | ||
}; | ||
@@ -975,0 +975,0 @@ |
{ "name": "highbrow" | ||
, "version": "0.2.12" | ||
, "version": "0.2.13" | ||
, "description": "A Backbone Base Framework" | ||
@@ -4,0 +4,0 @@ , "main": "lib/highbrow.js" |
Sorry, the diff of this file is not supported yet
323834