Skip to content

Commit 5ef17d0

Browse files
authored
style: leave comment as a TODO
Signed-off-by: Athan <[email protected]>
1 parent e525d83 commit 5ef17d0

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/plot/components/svg/clip-path/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/plot/components/svg/clip-path/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function ClipPath( options ) {
9696
'configurable': false,
9797
'enumerable': false,
9898
'writable': true,
99-
'value': opts.id || minstd().toString() // NOTE: consider using uuid
99+
'value': opts.id || minstd().toString() // TODO: uuid
100100
});
101101
defineProperty( this, '_autoRender', {
102102
'configurable': false,

0 commit comments

Comments
 (0)