X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/Event2.html diff --git a/docs/source/Event2.html b/docs/source/Event2.html index 40dafb5a..d9d374f0 100644 --- a/docs/source/Event2.html +++ b/docs/source/Event2.html @@ -3,8 +3,8 @@ The source code - - + + @@ -157,7 +157,7 @@ } // remove this listener from the listeners array - me.listeners.splice(index, 1); + Ext.Array.erase(me.listeners, index, 1); return true; }