Bug 862765 - Fixed undefined OS.Shared.TEST. r=yoric

This commit is contained in:
Varun Joshi 2013-06-13 09:35:12 -04:00
parent 1b2bfcbff1
commit d6d2d700df

View File

@ -22,7 +22,7 @@
if (exports.OS.Shared.Type) {
return; // Avoid double-initialization
}
OS.Shared.TEST = false;
// Import components after having initialized |exports.OS|, to ensure
// that everybody uses the same definition of |OS|.
if (typeof Components != "undefined") {