Commit 02511af5 by Иван Кубота

undo

parent cfe276fe
...@@ -88,7 +88,7 @@ const recursiveWalk = function(path, pointer, key, list) { ...@@ -88,7 +88,7 @@ const recursiveWalk = function(path, pointer, key, list) {
originalValue = pointer[ key ]; originalValue = pointer[ key ];
if( val !== originalValue ){ if( val !== originalValue ){
pointer[ key ] = val; pointer[ key ] = val;
list.push( [ path.concat(key).join( '.' ), pointer[ key ], originalValue ] ); list.push( [ path.concat(key).join( '.' ), pointer[ key ] ] );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment