Oliver Hunt (2013-11-11T19:47:08.000Z)
Alas in addition to assuming that the Arguments object does not have the Array prototype, ExtJS also relies on the Array prototype not containing a property named values.

So, it seems that we’ll need to remove .values from the Array prototype.

—Oliver
domenic at domenicdenicola.com (2013-11-12T19:39:50.624Z)
Alas in addition to assuming that the Arguments object does not have the Array prototype, ExtJS also relies on the Array prototype not containing a property named values.

So, it seems that we’ll need to remove .values from the Array prototype.