bit101 / quicksettings

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

The setKey() function should call this._onKeyUp() #16

Closed djipco closed 7 years ago

djipco commented 7 years ago

There was a missing underscore before onKeyUp().

bit101 commented 7 years ago

good catch.