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){
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){