Fix typo.

This commit is contained in:
Tobie Langel 2008-05-05 09:41:02 +02:00
parent 9c8d9d89d6
commit d1d2c3592d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
* Replace all instances of foo.__proto__ by foo['__proto__'] for Caja-compliance. (Tobie Langel)
* Speed up Function#argumentNames. Avoid Enum dependency. (samleb, Tobie Langel)
* Speed up Function#argumentNames. Avoid Enum dependency. (Samuel Lebeau, Tobie Langel)
* Fix Event#element accessing inexistent tagName property (e.g. when element is a document). (kangax)