1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-23 07:03:33 +01:00

Fix macro playback.

--HG--
extra : rebase_source : eaf191e08d2aba1a27beb06f682be8d4a73144f5
This commit is contained in:
Doug Kearns
2010-12-31 00:16:05 +11:00
parent d0e565773a
commit b6e89aad9f

View File

@@ -1155,7 +1155,7 @@ var Events = Module("events", {
this.pendingMotionMap = [map, command]; this.pendingMotionMap = [map, command];
} }
else { else {
if (modes.replaying && !this.waitForPageLoad()) if (modes.replaying && !events.waitForPageLoad())
return true; return true;
return !execute(map, null, this.count, null, command) || !map.route; return !execute(map, null, this.count, null, command) || !map.route;