mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 01:35:47 +01:00
Death to E4X and stuff. Also fix some bugs.
This commit is contained in:
@@ -660,6 +660,7 @@ var CompletionContext = Class("CompletionContext", {
|
||||
}
|
||||
catch (e) {
|
||||
util.reportError(e);
|
||||
util.dump(util.prettifyJSON(this.createRow(this.items[idx]), null, true));
|
||||
cache[idx] = DOM.fromJSON(
|
||||
["div", { highlight: "CompItem", style: "white-space: nowrap" },
|
||||
["li", { highlight: "CompResult" }, this.text + "\u00a0"],
|
||||
|
||||
Reference in New Issue
Block a user