From 32a3d45a7ced1c84761e0fb637798075400bbd31 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 2 Oct 2011 18:17:18 -0400 Subject: [PATCH] Fix buffer.jsm bug. --- common/modules/buffer.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/buffer.jsm b/common/modules/buffer.jsm index 2ad6b15d..dc0dde7c 100644 --- a/common/modules/buffer.jsm +++ b/common/modules/buffer.jsm @@ -370,7 +370,7 @@ var Buffer = Module("Buffer", { * @param {string} path The CSS to use for the search. @optional */ findLink: function findLink(rel, regexps, count, follow, path) { - let { dactyl, options } = this.modules; + let { Hints, dactyl, options } = this.modules; let selector = path || options.get("hinttags").stringDefaultValue;