X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/source/StatusProxy.html diff --git a/docs/source/StatusProxy.html b/docs/source/StatusProxy.html index d6167018..080edbfb 100644 --- a/docs/source/StatusProxy.html +++ b/docs/source/StatusProxy.html @@ -1,5 +1,6 @@
+this
reference) in which the callback function is executed. Defaults to the browser window.
*/
repair : function(xy, callback, scope){
this.callback = callback;
@@ -168,6 +169,10 @@ Ext.dd.StatusProxy.prototype = {
}
this.callback = null;
this.scope = null;
+ },
+
+ destroy: function(){
+ Ext.destroy(this.ghost, this.el);
}
};