Skip to content

Commit

Permalink
Very minor fix to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
avital committed May 31, 2012
1 parent 949ea34 commit f6a292d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ <h2 id="meteor_deps"><span>Meteor.deps</span></h2>

// If we're inside a context, and it's not yet listening to
// temperature changes..
if (context && !this.listeners[context.id])
if (context && !this.listeners[context.id]) {
// .. add it to our list of contexts that care about the temperature ..
this.listeners[context.id] = context;

Expand Down

0 comments on commit f6a292d

Please sign in to comment.