Skip to content

Commit 348ed92

Browse files
committed
Also clarify delay units. Fixes #4707
1 parent c18a534 commit 348ed92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elements/dom-repeat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218

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

0 commit comments

Comments
 (0)