Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The check used for seeing if default values or not was working improperly as it was checking the boolean-ness of a variable. - So, if the value provided was false it would still use a default value. - To fix the issue we need to check if accessing the varaible returns undefined meaning it wasn't provided so use the default then. Closes apache#852
- Loading branch information