diff --git a/common/content/buffer.js b/common/content/buffer.js index 63472062..8da18e26 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -776,7 +776,7 @@ var Buffer = Module("buffer", { if (options["scroll"] > 0) this.scrollLines(options["scroll"] * direction); else - this.scrollPages(direction / 2); + this.scrollVertical("pages", direction / 2); }, findScrollable: function findScrollable(dir, horizontal) {