mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 20:17:58 +01:00
Death to E4X and stuff.
This commit is contained in:
@@ -119,7 +119,8 @@ var JavaScript = Module("javascript", {
|
||||
|
||||
context[JavaScript.EVAL_TMP] = tmp;
|
||||
try {
|
||||
cache[key] = this.modules.dactyl.userEval(arg, context, /*L*/"[Command Line Completion]", 1);
|
||||
cache[key] = this.modules.dactyl.userEval(arg, context,
|
||||
/*L*/"[Command Line Completion]", 1);
|
||||
|
||||
return cache[key];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user