Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
minor fix to prevent breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
hij1nx committed Dec 7, 2010
1 parent 0ef44f6 commit 6d7a917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lib/jsond.js
Expand Up @@ -35,7 +35,7 @@ var jsond = (typeof exports !== "undefined" ? exports : window).jsond = (functio
fn(this.a, this.b); 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: 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. // To-Do: this DOM manipulation should be seperated into logic and rendering so that it works with nodejs.
Expand Down

0 comments on commit 6d7a917

Please sign in to comment.