mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:07:59 +01:00
Add canceled property to DOM instances. Remove stray util.haveGecko call.
This commit is contained in:
@@ -1287,7 +1287,7 @@ var Buffer = Module("buffer", {
|
||||
if (top != null)
|
||||
elem.scrollTop = top;
|
||||
|
||||
if (config.haveGecko("2.0") && !util.haveGecko("7.*"))
|
||||
if (config.haveGecko("2.0") && !config.haveGecko("7.*"))
|
||||
elem.ownerDocument.defaultView
|
||||
.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsIDOMWindowUtils)
|
||||
.redraw();
|
||||
|
||||
Reference in New Issue
Block a user