For consistency, add additional optional parameter "context" to Number.prototype.times. (samleb)
This commit is contained in:
parent
15b43b7633
commit
55af63fdd6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue