Fix mismatched variable name
This commit is contained in:
parent
9302255cf9
commit
9507102bfa
@ -40,7 +40,7 @@ Components.utils.import('resource://treestyletab-modules/constants.js');
|
||||
Components.utils.import('resource://treestyletab-modules/utils.js');
|
||||
|
||||
function mydump(aString) {
|
||||
if (utils.isDebugging('fullscreenObserver'))
|
||||
if (TreeStyleTabUtils.isDebugging('fullscreenObserver'))
|
||||
dump(aString);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user