PDA

View Full Version : [2.0a1][SOLVED] Ext.util.MixedCollection.findIndex() broken



aparajita
3 Oct 2007, 2:22 PM
ext-base.js
Mac OS X 10.4
FireFox 2.0.0.7

The 5th line of Ext.util.MixedCollection.findIndex is currently:


return this.findBy(function(o){It should be:


return this.findIndexBy(function(o){

jack.slocum
4 Oct 2007, 1:42 AM
Thanks, fixed in SVN.