Fix typo in CHANGELOG.

This commit is contained in:
Andrew Dupont 2008-12-15 20:21:44 -06:00
parent 60a6c7ac70
commit c493d09b7b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Allow Element#store to accept an object containing several key/value pairs. (ZenCocoon, Andrew Dupont)
* Change Element#retrieve to return the element itself (for chaining). (Andrew Dupont)
* Change Element#store to return the element itself (for chaining). (Andrew Dupont)
* Add non-bubbling custom events. A new final argument to Element#fire defaults to `true`; pass `false` to prevent bubbling when firing a custom event. (Andrew Dupont)