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);
|
||||
},
|
||||
|
||||
initTabView : function()
|
||||
initTabView : function TSTService_initTabView()
|
||||
{
|
||||
var iframe = document.getElementById('tab-view');
|
||||
iframe.removeEventListener('load', this, true);
|
||||
@ -1630,7 +1630,7 @@ catch(e) {
|
||||
this.tabbarResizeStartX = aEvent.screenX;
|
||||
this.tabbarResizeStartY = aEvent.screenY;
|
||||
},
|
||||
onTabbarResizeEnd : function TSTService_onTabbarResizeEnd(aEvent)
|
||||
onTabbarResizeEnd : function TSTService_onTabbarResizeEnd(aEvent)
|
||||
{
|
||||
if (this.tabbarResizeStartWidth < 0)
|
||||
return;
|
||||
@ -1648,7 +1648,7 @@ catch(e) {
|
||||
|
||||
var b = this.getTabBrowserFromChild(aEvent.currentTarget);
|
||||
},
|
||||
onTabbarResizing : function TSTService_onTabbarResizing(aEvent)
|
||||
onTabbarResizing : function TSTService_onTabbarResizing(aEvent)
|
||||
{
|
||||
var target = aEvent.currentTarget;
|
||||
var b = this.getTabBrowserFromChild(target);
|
||||
|
Loading…
Reference in New Issue
Block a user