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

Fix scrolling commands.

This commit is contained in:
Kris Maglione
2011-08-05 21:06:29 -04:00
parent a3aa33d0d3
commit b1042eb74c

View File

@@ -231,7 +231,7 @@ var KeyProcessor = Class("KeyProcessor", {
countStr: "",
command: "",
get count() this.countStr ? Number(this.countStr) : this.main.params.count,
get count() this.countStr ? Number(this.countStr) : this.main.params.count || null,
append: function append(event) {
this.events.push(event);