LesJ
16 May 2014, 10:45 AM
I'm pretty sure the word should be public ;)
Ext.define('Ext.panel.Header', {
...
// Owning code in Panel uses this array as its pubic tools property.
me.tools.length = 0;
...
Ext.define('Ext.panel.Header', {
...
// Owning code in Panel uses this array as its pubic tools property.
me.tools.length = 0;
...