Skip to content

Commit

Permalink
Merge commit '9f46c292e41cc16489d96a463e315392a9ed548f'
Browse files Browse the repository at this point in the history
  • Loading branch information
lookfirst committed Dec 16, 2011
2 parents 796c15b + 9f46c29 commit 517b20f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/form2js.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ var form2js = (function()
if (skipEmpty && (value === '' || value === null)) continue;

name = nameValues[i].name;
if (typeof name === 'undefined') continue;

_nameParts = name.split(delimiter);
nameParts = [];
currResult = result;
Expand Down

0 comments on commit 517b20f

Please sign in to comment.