Remove needless comment
This commit is contained in:
parent
daddf249e0
commit
2f1b3f3aed
@ -12,11 +12,6 @@ var TreeStyleTabWindowHelper = {
|
||||
|
||||
preInit : function TSTWH_preInit()
|
||||
{
|
||||
// Replacing of gBrowserInit._delayedStartup() with eval()
|
||||
// breaks the variable scope of the function and break its
|
||||
// functionality completely.
|
||||
// Instead, I use a flag to detect a method is called at the
|
||||
// startup process or not.
|
||||
gBrowserInit.__treestyletab___delayedStartup = gBrowserInit._delayedStartup;
|
||||
gBrowserInit._delayedStartup = function(...args) {
|
||||
TreeStyleTabWindowHelper.runningDelayedStartup = true;
|
||||
|
Loading…
Reference in New Issue
Block a user