Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
masylum committed May 13, 2012
1 parent 6f1cfb2 commit 0091992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.subset.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
*/
Subset._removeFromSubset = function (model, options) {
return Backbone.Collection.prototype.remove.call(this, model, options);
}
};

/**
* Prepare a model to be added to a collection
Expand Down

0 comments on commit 0091992

Please sign in to comment.