Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticSwarm committed Sep 1, 2011
1 parent 32c854f commit 5b6d914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmltojson.js
Expand Up @@ -17,7 +17,7 @@ function parse(cb) {
attrs = attrsToHash(attrs)
state.push(elem)
cur = namedFields.indexOf(elem) != -1 ? doPrimaryField(elem, attrs, cur, ret)
: acceptFields.indexOf(parent) != -1 ? doFieldType(elem, attrs, cur, ret)
: acceptFields.indexOf(parent) != -1 ? doFieldType(elem, attrs, cur, ret)
: doSubField(elem, attrs, cur, ret)
curList.push(cur)
})
Expand Down

0 comments on commit 5b6d914

Please sign in to comment.