bit101 / quicksettings

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

The global change handler now receives the title of the triggering control as a parameter #25

Closed djipco closed 7 years ago

djipco commented 7 years ago

When setting a global change handler, it is useful to know which control triggered the change. This change adds that. By the way, it preserves the API's backwards-compatibility.