Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(494)

Issue 18470043: Set started to true in start() (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by rafaelw
Modified:
11 years, 6 months ago
Reviewers:
arv
Base URL:
https://github.com/Polymer/observe-js.git@master
Visibility:
Public.

Description

Set started to true in start() TBR=arv Committed: https://github.com/Polymer/observe-js/commit/fb356da

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/observe.js View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2
rafaelw
Committed patchset #1 manually as rfb356da (presubmit successful).
11 years, 6 months ago (2013-10-28 16:35:35 UTC) #1
arv
11 years, 6 months ago (2013-10-28 16:49:13 UTC) #2
LGTM


On Mon, Oct 28, 2013 at 12:35 PM, <rafaelw@chromium.org> wrote:

> Reviewers: arv,
>
> Message:
> Committed patchset #1 manually as rfb356da (presubmit successful).
>
> Description:
> Set started to true in start()
>
> TBR=arv
>
> Committed:
https://github.com/Polymer/**observe-js/commit/fb356da<https://github.com/Pol...
>
> Please review this at
https://codereview.appspot.**com/18470043/<https://codereview.appspot.com/184...
>
> Affected files (+1, -0 lines):
>   M src/observe.js
>
>
> Index: src/observe.js
> diff --git a/src/observe.js b/src/observe.js
> index 8f56cda048f769fa0dc3f59b99e56e**fd32f2dec4..**
> de0092f3e2382496d1670426e0c406**6f680b10a9 100644
> --- a/src/observe.js
> +++ b/src/observe.js
> @@ -733,6 +733,7 @@
>      },
>
>      start: function() {
> +      this.started = true;
>        this.connect();
>        this.sync(true);
>      },
>
>
>


-- 
erik
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b