Bug 841078 - change FORBIDDEN_IDS initializer to an array of strings

This commit is contained in:
Brandon Benvie 2013-02-13 11:36:00 -08:00
parent 782f743373
commit b725688083

View File

@ -18,7 +18,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "Toolbox",
XPCOMUtils.defineLazyModuleGetter(this, "TargetFactory",
"resource:///modules/devtools/Target.jsm");
const FORBIDDEN_IDS = new Set("toolbox", "");
const FORBIDDEN_IDS = new Set(["toolbox", ""]);
/**
* DevTools is a class that represents a set of developer tools, it holds a