X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/source/Layer.html diff --git a/docs/source/Layer.html b/docs/source/Layer.html index f5e3a125..997e55d9 100644 --- a/docs/source/Layer.html +++ b/docs/source/Layer.html @@ -1,5 +1,6 @@ + The source code @@ -175,7 +176,7 @@ Ext.extend(Ext.Layer, Ext.Element, { } this.removeAllListeners(); Ext.removeNode(this.dom); - Ext.Element.uncache(this.id); + delete this.dom; }, remove : function(){ @@ -464,6 +465,7 @@ Ext.extend(Ext.Layer, Ext.Element, { return this; } }); -})(); +})(); + \ No newline at end of file