mirror of
https://github.com/samsonjs/json-diff.git
synced 2026-03-25 09:25:48 +00:00
minor fix to prevent breaking
This commit is contained in:
parent
0ef44f6158
commit
6d7a917b2c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ var jsond = (typeof exports !== "undefined" ? exports : window).jsond = (functio
|
|||
fn(this.a, this.b);
|
||||
},
|
||||
|
||||
compare: function(a, b, name, fn) {
|
||||
compare: function(a, b, name, results, fn) {
|
||||
|
||||
// To-Do: a and/or b should accept a uri or a json structure.
|
||||
// To-Do: this DOM manipulation should be seperated into logic and rendering so that it works with nodejs.
|
||||
|
|
|
|||
Loading…
Reference in a new issue