Skip to content

Commit

Permalink
Removed unnecessary update-call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joscha Rohmann committed Nov 3, 2015
1 parent d2c786d commit 1fce71c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/query/observable.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ define([
reset: function (array) {
if (arguments.length === 0) {
this.removeAll();
this.update();
return this;
}

Expand Down

0 comments on commit 1fce71c

Please sign in to comment.