Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit e13488d

Browse files
committed
Fix eslint bug for not having jsdoc param descriptions
1 parent ae18e14 commit e13488d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/customize-post-editor-control.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
/**
101101
* Toggle the expanded control.
102102
*
103-
* @param {Boolean} expanded
104-
* @param {Object} [params]
103+
* @param {Boolean} expanded Expanded.
104+
* @param {Object} [params] Params.
105105
* @returns {Boolean} false if state already applied
106106
*/
107107
_toggleExpanded: function( expanded, params ) {

0 commit comments

Comments
 (0)