From 1c31c12d34f459c426b8f6c6fea5b89050c1140e Mon Sep 17 00:00:00 2001 From: piro Date: Mon, 10 Mar 2008 05:00:18 +0000 Subject: [PATCH] =?UTF-8?q?=E7=B5=82=E4=BA=86=E5=87=A6=E7=90=86=E3=81=8C?= =?UTF-8?q?=E6=8A=9C=E3=81=91=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@2050 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/res/fullScreenCanvas.xul | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/treestyletab/res/fullScreenCanvas.xul b/content/treestyletab/res/fullScreenCanvas.xul index 59c46fd4..23f12b16 100644 --- a/content/treestyletab/res/fullScreenCanvas.xul +++ b/content/treestyletab/res/fullScreenCanvas.xul @@ -168,6 +168,10 @@ window.addEventListener('DOMContentLoaded', function() { }, destroy : function() { + var range = document.createRange(); + range.selectNodeContents(this.container); + range.deleteContents(); + range.detach(); } };