From 6d7a917b2c08b0e39ec30ce301d94b02d81d349e Mon Sep 17 00:00:00 2001 From: hij1nx Date: Tue, 7 Dec 2010 15:22:24 -0500 Subject: [PATCH] minor fix to prevent breaking --- js/lib/jsond.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/lib/jsond.js b/js/lib/jsond.js index ff082d8..1fdfe6a 100644 --- a/js/lib/jsond.js +++ b/js/lib/jsond.js @@ -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.