part => detach

This commit is contained in:
SHIMODA Hiroshi 2011-12-07 10:20:14 +09:00
parent ca0b1fe073
commit ff5a299316
2 changed files with 3 additions and 3 deletions

View File

@ -3361,7 +3361,7 @@ TreeStyleTabBrowser.prototype = {
* it is wrongly attacched by tab moving on restoring. * it is wrongly attacched by tab moving on restoring.
* Restoring the old ID (the next statement) breaks the children * Restoring the old ID (the next statement) breaks the children
* list of the temporary parent and causes many problems. * list of the temporary parent and causes many problems.
* So, to prevent these problems, I part the tab from the temporary * So, to prevent these problems, I detach the tab from the temporary
* parent manually. * parent manually.
* If the ID stored in the session equals to the value of the * If the ID stored in the session equals to the value of the
* attribute stored in the element itself, then don't reset the * attribute stored in the element itself, then don't reset the
@ -4357,7 +4357,7 @@ TreeStyleTabBrowser.prototype = {
}, },
// _treeViewEnabled : true, // _treeViewEnabled : true,
/* attach/part */ /* attach/detach */
attachTabTo : function TSTBrowser_attachTabTo(aChild, aParent, aInfo) /* PUBLIC API */ attachTabTo : function TSTBrowser_attachTabTo(aChild, aParent, aInfo) /* PUBLIC API */
{ {

View File

@ -325,7 +325,7 @@ catch(e) {
case sv.kDROP_BEFORE: case sv.kDROP_BEFORE:
/* /*
[TARGET ] <EFBFBD>ªpart from parent, and move [TARGET ] <EFBFBD>ªdetach from parent, and move
[ ] [ ]
[TARGET ] <EFBFBD>ªattach to the parent of the target, and move [TARGET ] <EFBFBD>ªattach to the parent of the target, and move