1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 05:44:18 +01:00

Add input:true to modes.MENU, just for the hell of it.

This commit is contained in:
Kris Maglione
2011-01-01 03:21:30 -05:00
parent ac8347dc03
commit d8bb3f4b32
3 changed files with 7 additions and 4 deletions

View File

@@ -459,8 +459,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
else if (node instanceof Ci.nsIDOMRange)
encoder.setRange(node);
let str = services.String();
str.data = encoder.encodeToString();
let str = services.String(encoder.encodeToString());
if (html)
return str.data;