Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Fix typo and reword.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Orenstein committed Feb 2, 2012
1 parent 37a2430 commit 888c168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG
@@ -1,8 +1,8 @@
0.2.0 0.2.0


The version changes the order of the when a view has render called on it when The version changes the order of when a view has render called on it when
it is being swapped by a SwappingRouter. This fixes some browsers which would being swapped by a SwappingRouter. This fixes an issue in some browsers which
display a flash of unstyled content when performing certain actions in their would display a flash of unstyled content when performing certain actions in their
render, like changing the body class. It introduces the requirement that all render, like changing the body class. It introduces the requirement that all
views return an instance of themselves when rendered (a fairly standard views return an instance of themselves when rendered (a fairly standard
backbone convention). backbone convention).
Expand Down

0 comments on commit 888c168

Please sign in to comment.