Hybrid 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(); }

-
12 Apr 2007 8:19 AM #2
This was reported already and fixed in SVN.
Tim Ryan
Read BEFORE posting a question / BEFORE posting a Bug
Use Google to Search - API / Forum
API Doc (4.x | 3.x | 2.x | 1.x) / FAQ / 1.x->2.x Migration Guide / 2.x->3.x Migration Guide


Reply With Quote