- Linting (JSDoc): Update per newly enforced require-returns; avoid Closure syntax
- Docs (JSDoc): Prefer `void` - npm: Update devDeps
This commit is contained in:
@@ -711,6 +711,7 @@ const jPicker = function ($) {
|
||||
* @class
|
||||
* @memberof external:jQuery.jPicker
|
||||
* @param {module:jPicker.JPickerInit} init
|
||||
* @returns {external:jQuery.jPicker.Color}
|
||||
*/
|
||||
Color: function (init) { // eslint-disable-line object-shorthand
|
||||
const that = this;
|
||||
|
||||
Reference in New Issue
Block a user