1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 03:35:46 +01:00

Attempt to bump off old versions of the JSM Loader singleton.

This commit is contained in:
Kris Maglione
2011-01-05 18:58:40 -05:00
parent 841459e507
commit 3a3f011fc9

View File

@@ -4,8 +4,9 @@
// given in the LICENSE.txt file included with this file. // given in the LICENSE.txt file included with this file.
"use strict"; "use strict";
if (!JSMLoader) if (!JSMLoader || JSMLoader.bump != 1)
var JSMLoader = { var JSMLoader = {
bump: 1,
builtin: Components.utils.Sandbox(this), builtin: Components.utils.Sandbox(this),
factories: [], factories: [],
globals: {}, globals: {},