rarerules
12 Apr 2007, 5:32 AM
In the destroy function in Grid.js, there is a line:
if(this.loadMask){
this.loadMask.destory();
}
If you notice, the destroy() call is spelled destory().
:)
if(this.loadMask){
this.loadMask.destory();
}
If you notice, the destroy() call is spelled destory().
:)