fix traverse test

This commit is contained in:
Sebastian McKenzie 2015-02-06 01:59:45 +11:00
parent 76ae1682a3
commit 1e708fb373

View File

@ -96,7 +96,7 @@ traverse.explode = function (obj) {
function hasBlacklistedType(node, parent, scope, state) {
if (node.type === state.type) {
state.has = true;
context.skip();
this.skip();
}
}