Skip to content

Commit 151b0c2

Browse files
committed
Final observe() overload, fixes #114
1 parent 55601b4 commit 151b0c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/style-observer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ export default class StyleObserver {
5454
* @overload
5555
* @param {string | string[]} properties
5656
* @param {Element | Element[]} targets
57+
*
58+
* @overload
59+
* @param {...(string | Element | (string | Element)[]) } propertiesOrTargets
5760
5861
* @return {void}
5962
*/

0 commit comments

Comments
 (0)