minor fix to prevent breaking

This commit is contained in:
hij1nx 2010-12-07 15:22:24 -05:00
parent 0ef44f6158
commit 6d7a917b2c

View file

@ -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.