Skip to content

Commit

Permalink
edited jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Jul 10, 2023
1 parent 3ab89c1 commit 4388046
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const { version } = require( '../package' );
*
* @static
* @param {string} xformStr - XForm content.
* @param browserHandler
* @param {ValidationOptions} [options] - Validation options.
* @return {ValidateResult} validation results.
*/
Expand Down
1 change: 0 additions & 1 deletion src/xform.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class XForm {
* @constructs
*
* @param {string} xformStr - XForm content.
* @param browserHandler
* @param {module:validator~ValidateResult} [options] - Validation options.
*/
constructor( xformStr, options = {} ) {
Expand Down

0 comments on commit 4388046

Please sign in to comment.