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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user