From 0f371ab3ae7941462f5ef08b00867f6242aa311f Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 14 Sep 2010 03:04:37 +0000 Subject: [PATCH] revert git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7197 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser_autoHide.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/treestyletab/treestyletabbrowser_autoHide.js b/content/treestyletab/treestyletabbrowser_autoHide.js index 42aee5b1..fbaf4aa5 100644 --- a/content/treestyletab/treestyletabbrowser_autoHide.js +++ b/content/treestyletab/treestyletabbrowser_autoHide.js @@ -492,14 +492,10 @@ TreeStyleTabBrowserAutoHide.prototype = { this.onHiding(); this.showHideReason = aReason || this.kSHOWN_BY_UNKNOWN; this.resetContentAreas(); - //if ('releaseCapture' in b.mTabContainer) - // b.mTabContainer.releaseCapture(true); } else { // to be shown or expanded this.onShowing(); this.showHideReason = aReason || this.kSHOWN_BY_UNKNOWN; - //if ('setCapture' in b.mTabContainer && this.showHideReason & this.kSHOWN_BY_MOUSEMOVE) - // b.mTabContainer.setCapture(true); } this.fireStateChangingEvent();