1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 15:55:47 +01:00

Fix <fast-typing><Tab> problems caused by substring preview.

This commit is contained in:
Kris Maglione
2008-11-29 14:39:09 +00:00
parent 40117ccc5c
commit f44c3ebfbc
3 changed files with 26 additions and 20 deletions

View File

@@ -34,6 +34,7 @@ function Script(name)
return plugins.contexts[name];
plugins.contexts[name] = this;
this.NAME = name;
this.__context__ = this;
}
Script.prototype = plugins;