[2.0a1 docs] Ext.util.MixedCollection
Link: http://extjs.com/deploy/ext-2.0-alpha1/docs/?class=Ext.util.MixedCollection
The documentation for both the constructor and getKey() should point out that the default getKey function is:
Code:
function(o) {
return o.id;
}
[2.0a1 docs] Ext.util.Observable
Ext.util.Observable.addListener
Link: http://extjs.com/deploy/ext-2.0-alph...er=addListener
The description of the delay parameter of the options object has a typo:
Quote:
delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.
At the end an "h" is missing in the word "te".