Navigation Menu

Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Oct 11, 2010
1 parent d857e25 commit 94a55b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/object-graphs-2.markdown
Expand Up @@ -61,7 +61,7 @@ This example is a super simple MVC system. The controller function takes in as

<object-graphs-2/factory.js#controller>

To use this, simple call the function with the desired parameters. Notice how we can use these directly as event handlers without having to first bind the function to the object. Since it doesn't use `this` internally, there is no need to mess with the value of `this`.
To use this, simply call the function with the desired parameters. Notice how we can use these directly as event handlers (setTimeout) without having to first bind the function to the object. Since it (the function) doesn't use `this` internally, there is no need to mess with the value of `this`.

<object-graphs-2/factory.js#usage>

Expand Down

0 comments on commit 94a55b3

Please sign in to comment.