Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xMartin committed Nov 4, 2012
1 parent 56b3c97 commit 942e350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Expand Up @@ -3454,7 +3454,7 @@ This tackles a few specific design decisions:
* The order in which you append the sub-elements matters
* The OuterView doesn't contain the HTML elements to be set in the InnerView(s), meaning that we can still specify tagName in the InnerView
* render() is called after the InnerView element has been placed into the DOM. This is useful if your InnerViews render() method is sizing itself on the page based on the dimensions of another element. This is a common use case.
* render() is called after the InnerView element has been placed into the DOM. This is useful if your InnerView's render() method is sizing itself on the page based on the dimensions of another element. This is a common use case.
A second potential solution is this, which may appear cleaner but in reality has a tendency to affect performance:
Expand Down

0 comments on commit 942e350

Please sign in to comment.