Threaded View
-
12 Apr 2007 5:32 AM #1
Grid destroy function
Grid destroy function
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(); }



Reply With Quote