Skip to content

Commit

Permalink
Also clarify delay units. Fixes #4707
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Nov 17, 2017
1 parent c18a534 commit 348ed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elements/dom-repeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

/**
* When using a `filter` or `sort` function, the `delay` property
* determines a debounce time after a change to observed item
* determines a debounce time in ms after a change to observed item
* properties that must pass before the filter or sort is re-run.
* This is useful in rate-limiting shuffling of the view when
* item changes may be frequent.
Expand Down

0 comments on commit 348ed92

Please sign in to comment.