Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit bec956e

Browse files
committed
Nothing to do if false one-time if
R=arv BUG= Review URL: https://codereview.appspot.com/49370043
1 parent ae687f2 commit bec956e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TemplateBinding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@
807807

808808
// oneTime if & predicate is false. nothing else to do.
809809
if (deps.ifOneTime && !deps.ifValue)
810-
this.updateIteratedValue();
810+
return this.updateIteratedValue();
811811

812812
if (!deps.ifOneTime)
813813
deps.ifValue.open(this.updateIteratedValue, this);

0 commit comments

Comments
 (0)