1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 00:28:00 +01:00

Kill the buffer.scrollTo redrawing hack.

This commit is contained in:
Kris Maglione
2011-09-29 16:35:27 -04:00
parent a1432a07de
commit 06e89e84d2

View File

@@ -1334,11 +1334,6 @@ var Buffer = Module("buffer", {
elem.scrollLeft = left;
if (top != null)
elem.scrollTop = top;
if (config.haveGecko("2.0") && !config.haveGecko("7.*"))
elem.ownerDocument.defaultView
.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsIDOMWindowUtils)
.redraw();
},
/**