1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:37:58 +01:00

Death to E4X and stuff.

This commit is contained in:
Kris Maglione
2012-12-16 23:34:56 -08:00
parent 6a87343724
commit ebc0edd5bb
8 changed files with 41 additions and 25 deletions

3
common/bootstrap.js vendored
View File

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