Skip to content

Commit

Permalink
modified comment about timing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson, Alexander authored and Wilson, Alexander committed Mar 1, 2019
1 parent 56412b0 commit 7092be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/knobs/src/registerKnobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function knobChanged(change) {
knobStore.markAllUnused();

forceReRender();
}, DEBOUNCE_DELAY_MS); // this is an arbitrary amount of time used to ensure that the user has time to type before re-rendering
}, DEBOUNCE_DELAY_MS); // Amount of time used to ensure that the user has time to type before re-rendering
}

function knobClicked(clicked) {
Expand Down

0 comments on commit 7092be3

Please sign in to comment.