Use "aXXX" form for arguments
This commit is contained in:
parent
557e69f42e
commit
654d812f5c
@ -13,9 +13,9 @@ var TreeStyleTabWindowHelper = {
|
|||||||
preInit : function TSTWH_preInit()
|
preInit : function TSTWH_preInit()
|
||||||
{
|
{
|
||||||
gBrowserInit.__treestyletab___delayedStartup = gBrowserInit._delayedStartup;
|
gBrowserInit.__treestyletab___delayedStartup = gBrowserInit._delayedStartup;
|
||||||
gBrowserInit._delayedStartup = function(...args) {
|
gBrowserInit._delayedStartup = function(...aArgs) {
|
||||||
TreeStyleTabWindowHelper.runningDelayedStartup = true;
|
TreeStyleTabWindowHelper.runningDelayedStartup = true;
|
||||||
var retVal = gBrowserInit.__treestyletab___delayedStartup.apply(this, args);
|
var retVal = gBrowserInit.__treestyletab___delayedStartup.apply(this, aArgs);
|
||||||
TreeStyleTabWindowHelper.runningDelayedStartup = false;
|
TreeStyleTabWindowHelper.runningDelayedStartup = false;
|
||||||
return retVal;
|
return retVal;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user