Skip to content

Commit cbe5260

Browse files
authored
docs: revert comment removal
Signed-off-by: Athan <[email protected]>
1 parent efb57bb commit cbe5260

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/plot/ctor/lib/props/x-max

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/plot/ctor/lib/props/x-max/get.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MODULES //
2222

2323
var isNull = require( '@stdlib/assert/is-null' );
24-
var max = require( './../../utils/max.js' );
24+
var max = require( './../../utils/max.js' ); // TODO: replace with stdlib package import when added
2525

2626

2727
// FUNCTIONS //

0 commit comments

Comments
 (0)