1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 17:04:12 +01:00

Fix buffer.jsm bug.

This commit is contained in:
Kris Maglione
2011-10-02 18:17:18 -04:00
parent 7a0b0873ce
commit 32a3d45a7c

View File

@@ -370,7 +370,7 @@ var Buffer = Module("Buffer", {
* @param {string} path The CSS to use for the search. @optional * @param {string} path The CSS to use for the search. @optional
*/ */
findLink: function findLink(rel, regexps, count, follow, path) { 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; let selector = path || options.get("hinttags").stringDefaultValue;