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

Commit fb356da

Browse files
committed
Set started to true in start()
TBR=arv Review URL: https://codereview.appspot.com/18470043
1 parent 32c9df2 commit fb356da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/observe.js

+1
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@
733733
},
734734

735735
start: function() {
736+
this.started = true;
736737
this.connect();
737738
this.sync(true);
738739
},

0 commit comments

Comments
 (0)