1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 08:45:46 +01:00

Merge branch 'master' of vimperator.org:/git/vimperator/liberator

This commit is contained in:
Conrad Irwin
2009-09-19 15:46:22 +01:00

View File

@@ -1157,8 +1157,7 @@ function Buffer() //{{{
return true;
}
// TODO: this should probably use the default 'hinttags' value. --djk
let res = buffer.evaluateXPath(options["hinttags"], frame.document);
let res = buffer.evaluateXPath(options.get("hinttags").defaultValue, frame.document);
for (let [, regex] in Iterator(regexes))
{
for (let i in util.range(res.snapshotLength, 0, -1))