bit101 / quicksettings

JavaScript library for making a quick settings panel to control code parameters.
MIT License
458 stars 52 forks source link

Check for the existence of this._controls[title] #26

Closed djipco closed 7 years ago

djipco commented 7 years ago

We need to check not only for the presence of setValue() but also for the existence of this._controls[title]. Otherwise, a non-existing control name in the JSON (or local storage) halts the whole process.

bit101 commented 7 years ago

thanks for all the PRs. All merged now.