For consistency, add additional optional parameter "context" to Number.prototype.times. (samleb)

This commit is contained in:
Thomas Fuchs 2008-05-06 11:28:53 +02:00 committed by Tobie Langel
parent 15b43b7633
commit 55af63fdd6
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* For consistency, add additional optional parameter "context" to Number.prototype.times. (Samuel Lebeau)
* Replace all instances of foo.__proto__ by foo['__proto__'] for Caja-compliance. (Tobie Langel)
* Speed up Function#argumentNames. Avoid Enum dependency. (Samuel Lebeau, Tobie Langel)