1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 09:12:26 +01:00

Make userContext a proper Context.

This commit is contained in:
Kris Maglione
2011-03-15 18:22:44 -04:00
parent a0ca379cfd
commit afbe703985
5 changed files with 14 additions and 18 deletions

View File

@@ -12,9 +12,6 @@ default xml namespace = XHTML;
XML.ignoreWhitespace = false;
XML.prettyPrinting = false;
var userContext = { __proto__: modules };
var _userContext = newContext(userContext);
var EVAL_ERROR = "__dactyl_eval_error";
var EVAL_RESULT = "__dactyl_eval_result";
var EVAL_STRING = "__dactyl_eval_string";