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:
@@ -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: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user