mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 00:12:28 +01:00
Fix buffer.jsm bug.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user