Skip to content

Commit

Permalink
fix online demo
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Jun 23, 2018
1 parent b0e2bf0 commit 7d29f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
return nimnDateparser.parseBack(val,true,true,true)
});
} */
var result = nimn.parse(nimnData);
var result = nimn.parse(newSchema, nimnData);
$('#txtJson').val(
JSON.stringify(result,null,4)
);
Expand Down

0 comments on commit 7d29f2d

Please sign in to comment.