aboutsummaryrefslogtreecommitdiffstats
path: root/char-hints-mod2.js
diff options
context:
space:
mode:
Diffstat (limited to 'char-hints-mod2.js')
-rw-r--r--char-hints-mod2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/char-hints-mod2.js b/char-hints-mod2.js
index 880ca5f..ead68a6 100644
--- a/char-hints-mod2.js
+++ b/char-hints-mod2.js
@@ -125,7 +125,7 @@ let g:hintlabeling:
{
let hints = [];
(function (win) {
- let elems = [elem for(elem in buffer.evaluateXPath('//*[@liberator:highlight="Hint" and @number]', win.document))];
+ let elems = [elem for(elem in util.evaluateXPath('//*[@liberator:highlight="Hint" and @number]', win.document))];
hints = hints.concat(elems);
Array.forEach(win.frames, arguments.callee);
})(win);