終了処理が抜けていたのを修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@2050 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
4ebe3e9b89
commit
1c31c12d34
@ -168,6 +168,10 @@ window.addEventListener('DOMContentLoaded', function() {
|
|||||||
},
|
},
|
||||||
|
|
||||||
destroy : function() {
|
destroy : function() {
|
||||||
|
var range = document.createRange();
|
||||||
|
range.selectNodeContents(this.container);
|
||||||
|
range.deleteContents();
|
||||||
|
range.detach();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user