minor adjusting for #376
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -459,6 +459,7 @@ | ... | @@ -459,6 +459,7 @@ |
459 | * @return Mixed | 459 | * @return Mixed |
460 | */ | 460 | */ |
461 | this.getFieldValue = function getFieldValue(inputName, options) { | 461 | this.getFieldValue = function getFieldValue(inputName, options) { |
462 | options = options || {}; | ||
462 | function getSingleValue(input) { | 463 | function getSingleValue(input) { |
463 | var type; | 464 | var type; |
464 | try { | 465 | try { | ... | ... |
-
Please register or sign in to post a comment