Skip to content

Commit

Permalink
fixing undefined nu in decycle. thanks dvv
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Apr 10, 2011
1 parent 1b80b90 commit 6278570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nowUtil.js
Expand Up @@ -356,7 +356,7 @@
var objects = [],
paths = [];
return (function derez(value, path, fqn) {
var i, j, nu;
var i, j, nu = [];
var output = [];

switch (typeof value) {
Expand Down

0 comments on commit 6278570

Please sign in to comment.