name function
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7183 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
3874fc03b4
commit
441222fc2e
@ -1319,7 +1319,7 @@ catch(e) {
|
|||||||
}, this);
|
}, this);
|
||||||
},
|
},
|
||||||
|
|
||||||
initTabView : function()
|
initTabView : function TSTService_initTabView()
|
||||||
{
|
{
|
||||||
var iframe = document.getElementById('tab-view');
|
var iframe = document.getElementById('tab-view');
|
||||||
iframe.removeEventListener('load', this, true);
|
iframe.removeEventListener('load', this, true);
|
||||||
@ -1630,7 +1630,7 @@ catch(e) {
|
|||||||
this.tabbarResizeStartX = aEvent.screenX;
|
this.tabbarResizeStartX = aEvent.screenX;
|
||||||
this.tabbarResizeStartY = aEvent.screenY;
|
this.tabbarResizeStartY = aEvent.screenY;
|
||||||
},
|
},
|
||||||
onTabbarResizeEnd : function TSTService_onTabbarResizeEnd(aEvent)
|
onTabbarResizeEnd : function TSTService_onTabbarResizeEnd(aEvent)
|
||||||
{
|
{
|
||||||
if (this.tabbarResizeStartWidth < 0)
|
if (this.tabbarResizeStartWidth < 0)
|
||||||
return;
|
return;
|
||||||
@ -1648,7 +1648,7 @@ catch(e) {
|
|||||||
|
|
||||||
var b = this.getTabBrowserFromChild(aEvent.currentTarget);
|
var b = this.getTabBrowserFromChild(aEvent.currentTarget);
|
||||||
},
|
},
|
||||||
onTabbarResizing : function TSTService_onTabbarResizing(aEvent)
|
onTabbarResizing : function TSTService_onTabbarResizing(aEvent)
|
||||||
{
|
{
|
||||||
var target = aEvent.currentTarget;
|
var target = aEvent.currentTarget;
|
||||||
var b = this.getTabBrowserFromChild(target);
|
var b = this.getTabBrowserFromChild(target);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user