1
0
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:
Kris Maglione
2011-08-15 13:57:13 -04:00
parent 9d87ed9454
commit 01fd946df1
4 changed files with 15 additions and 8 deletions

View File

@@ -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();