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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user