Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 18, 2015
1 parent 4ca94f2 commit e673826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/MonitorObservable.js
Expand Up @@ -26,6 +26,7 @@ export default class MonitorObservable {
this.handle = this.adapter.addHandler(this.type);
this.adapter.addChangeListener(this.handleChange, this);

// Force a single synchronous value upon the first subscription.
this.handleChange();
}
}
Expand Down

0 comments on commit e673826

Please sign in to comment.