In the destroy function in Grid.js, there is a line:
If you notice, the destroy() call is spelled destory().Code:if(this.loadMask){
this.loadMask.destory();
}
:)
Printable View
In the destroy function in Grid.js, there is a line:
If you notice, the destroy() call is spelled destory().Code:if(this.loadMask){
this.loadMask.destory();
}
:)
This was reported already and fixed in SVN.