Skip to content

Commit 73c1f09

Browse files
committed
fix(jsdocs): js-docs updated
1 parent fe3e667 commit 73c1f09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/utilities/src/utilities/sameheight/sameHeight.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { baseFontSize, breakpoints } from '@carbon/layout';
1616
* sameheight(ElementArray, 'md');
1717
*
1818
* if you want the utility to refresh the sizes as you resize the screen, consider using a listener:
19+
*
1920
* window.addEventListener('resize', function() {
2021
* window.requestAnimationFrame(function() {
2122
* sameheight(ElementArray, 'md');

0 commit comments

Comments
 (0)