Skip to content

Commit

Permalink
docs for watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Heusschen committed Jun 24, 2020
1 parent 94a235d commit bff6382
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/dotdotdot.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface dddOptions {
tolerance?: number;
/** Selector for elements not to remove from the DOM. */
keep?: string;
/** Whether and when to update the ellipsis: null, 'window' (default) or 'resize' */
/** Whether and when to update the ellipsis: null, true or 'window' (default) */
watch?: string;
/** The height for the container. If null, the max-height will be read from the CSS properties. */
height?: number;
Expand Down
2 changes: 1 addition & 1 deletion dist/dotdotdot.es6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bff6382

Please sign in to comment.