- Docs (JSDoc): Further on preferring void

This commit is contained in:
Brett Zamir
2019-04-16 08:59:16 +08:00
parent 894fed3e80
commit d84f39cb3f
62 changed files with 576 additions and 575 deletions

View File

@@ -180,7 +180,7 @@ function jQueryContextMenu ($) {
/**
* Disable context menu items on the fly.
* @memberof external:jQuery.fn
* @param {undefined|string} o Comma-separated
* @param {void|string} o Comma-separated
* @returns {external:jQuery}
*/
disableContextMenuItems (o) {
@@ -203,7 +203,7 @@ function jQueryContextMenu ($) {
/**
* Enable context menu items on the fly.
* @memberof external:jQuery.fn
* @param {undefined|string} o Comma-separated
* @param {void|string} o Comma-separated
* @returns {external:jQuery}
*/
enableContextMenuItems (o) {