This commit is contained in:
Marijn Haverbeke
2013-07-08 09:07:10 +02:00
parent d3b9eb177a
commit 328d0e514c
4 changed files with 9 additions and 16 deletions

View File

@@ -144,7 +144,7 @@
};
function skipThrough(node, st, c) { c(node, st); }
function ignore(node, st, c) {}
function ignore(_node, _st, _c) {}
// Node walkers.