mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 01:25: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.
|
||||
"use strict";
|
||||
|
||||
if (!JSMLoader)
|
||||
if (!JSMLoader || JSMLoader.bump != 1)
|
||||
var JSMLoader = {
|
||||
bump: 1,
|
||||
builtin: Components.utils.Sandbox(this),
|
||||
factories: [],
|
||||
globals: {},
|
||||
|
||||
Reference in New Issue
Block a user