1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 13:02:27 +01:00

Death to E4X and stuff.

This commit is contained in:
Kris Maglione
2012-12-17 18:38:03 -08:00
parent ebc0edd5bb
commit 0d179d78bc
47 changed files with 105 additions and 108 deletions

1
common/bootstrap.js vendored
View File

@@ -135,6 +135,7 @@ let JSMLoader = {
}
catch (e) {
debug("Loading " + name + ": " + e);
delete this.globals[uri];
if (typeof e != "string")
throw e;