Navigation Menu

Skip to content

Commit

Permalink
Try to fix line breaks in HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesai committed Jul 28, 2011
1 parent 4d36cd9 commit e9e2c43
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/widget/HISTORY.md
Expand Up @@ -17,12 +17,14 @@ Widget
* Added support for destroy(true) to Widget, which will remove and
destroy all child nodes (not just the boundingBox and contentBox)
contained within the Widget's boundingBox in order to help control
Node cache size over long-running applications. destroy() will maintain
its current behavior due to the potentially high run-time cost of destroying
all child nodes. Widget developers still need to continue with the best
practice of destroying explicit node references they create, in their
destructors to support the destroy() case.
Node cache size over long-running applications.

destroy() will maintain its current behavior due to the potentially
high run-time cost of destroying all child nodes.

Widget developers still need to continue with the best practice of
destroying explicit node references they create, in their destructors
to support the destroy() case.

3.3.0
-----
Expand Down

0 comments on commit e9e2c43

Please sign in to comment.