From 3a3f011fc92bfabc7f50699221f418630c235371 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 5 Jan 2011 18:58:40 -0500 Subject: [PATCH] Attempt to bump off old versions of the JSM Loader singleton. --- common/modules/base.jsm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/modules/base.jsm b/common/modules/base.jsm index 31a5e139..e4439df7 100644 --- a/common/modules/base.jsm +++ b/common/modules/base.jsm @@ -4,8 +4,9 @@ // given in the LICENSE.txt file included with this file. "use strict"; -if (!JSMLoader) +if (!JSMLoader || JSMLoader.bump != 1) var JSMLoader = { + bump: 1, builtin: Components.utils.Sandbox(this), factories: [], globals: {},