Skip to content

Commit

Permalink
Fixed misstake in refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanaye committed Nov 1, 2016
1 parent 8937239 commit f5ae842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/observable.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ define([
var update = observable.update;

if (!observable._executed) {
observable._initialize(currentValue);
observable._firstExecution(currentValue);
observable._executed = true;
}

Expand Down

0 comments on commit f5ae842

Please sign in to comment.