From a8d4e7fd9ead406c6e24ae5c4314b706b574404f Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Mon, 6 Dec 2010 23:34:32 +0900 Subject: [PATCH] startRendering is a method of treeStyleTab --- modules/autoHide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autoHide.js b/modules/autoHide.js index d5baabd3..5e3da10e 100644 --- a/modules/autoHide.js +++ b/modules/autoHide.js @@ -563,7 +563,7 @@ AutoHideBrowser.prototype = { aSelf.redrawContentArea(); aSelf.fireStateChangeEvent(); if (!sv.isFloating) - aSelf.startRendering(); + sv.startRendering(); }, 0, this); },