Skip to content

Commit 023108e

Browse files
committed
Document function parameters
1 parent c04687a commit 023108e

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/plot/ctor/lib

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/plot/ctor/lib/main.js

+2
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ Object.defineProperty( Plot.prototype, 'labels', {
373373
* @name isDefined
374374
* @memberof Plot.prototype
375375
* @type {Function}
376+
* @param {*} d - datum
377+
* @param {integer} i - index
376378
* @throws {TypeError} must be a function
377379
*
378380
* @example

0 commit comments

Comments
 (0)