From ff5a2993167d2043504cb75821c8ca9f62a4a7a3 Mon Sep 17 00:00:00 2001 From: SHIMODA Hiroshi Date: Wed, 7 Dec 2011 10:20:14 +0900 Subject: [PATCH] part => detach --- modules/browser.js | 4 ++-- modules/tabbarDNDObserver.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/browser.js b/modules/browser.js index 1c1b1271..34d46023 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -3361,7 +3361,7 @@ TreeStyleTabBrowser.prototype = { * it is wrongly attacched by tab moving on restoring. * Restoring the old ID (the next statement) breaks the children * 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. * If the ID stored in the session equals to the value of the * attribute stored in the element itself, then don't reset the @@ -4357,7 +4357,7 @@ TreeStyleTabBrowser.prototype = { }, // _treeViewEnabled : true, -/* attach/part */ +/* attach/detach */ attachTabTo : function TSTBrowser_attachTabTo(aChild, aParent, aInfo) /* PUBLIC API */ { diff --git a/modules/tabbarDNDObserver.js b/modules/tabbarDNDObserver.js index 4b891b9a..07519790 100644 --- a/modules/tabbarDNDObserver.js +++ b/modules/tabbarDNDObserver.js @@ -325,7 +325,7 @@ catch(e) { case sv.kDROP_BEFORE: /* - [TARGET ] part from parent, and move + [TARGET ] detach from parent, and move [ ] [TARGET ] attach to the parent of the target, and move