diff --git a/index.js b/index.js index 8f8578e..9ff98a7 100644 --- a/index.js +++ b/index.js @@ -425,7 +425,7 @@ } function revertChange(target, source, change) { - if (target && source && change && change.kind) { + if (target && change && change.kind) { var it = target, i, u; u = change.path.length - 1;