Skip to content

Commit

Permalink
fix linter error jsdoc/no-undefined-types (#2082)
Browse files Browse the repository at this point in the history
manual fixes. mostly capitalization errors
  • Loading branch information
NovemLinguae authored Nov 27, 2024
1 parent b487aeb commit 027743d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions morebits.js
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ Morebits.quickForm.element.prototype.compute = function QuickFormElementCompute(
* Create a jQuery UI-based tooltip.
*
* @memberof Morebits.quickForm.element
* @requires jquery.ui
* @requires jQuery.ui
* @param {HTMLElement} node - The HTML element beside which a tooltip is to be generated.
* @param {Object} data - Tooltip-related configuration data.
*/
Expand Down Expand Up @@ -1637,7 +1637,7 @@ Morebits.array = {
*
* @namespace Morebits.select2
* @memberof Morebits
* @requires jquery.select2
* @requires jQuery.select2
*/
Morebits.select2 = {
matchers: {
Expand Down Expand Up @@ -2347,7 +2347,7 @@ Morebits.wiki.api.prototype = {
*
* @param {Object} callerAjaxParameters - Do not specify a parameter unless you really
* really want to give jQuery some extra parameters.
* @return {promise} - A jQuery promise object that is resolved or rejected with the api object.
* @return {jQuery.Promise} - A jQuery promise object that is resolved or rejected with the api object.
*/
post: function(callerAjaxParameters) {

Expand Down Expand Up @@ -5147,7 +5147,7 @@ Morebits.userspaceLogger = function(logPageName) {
*
* @param {string} logText - Doesn't include leading `#` or `*`.
* @param {string} summaryText - Edit summary.
* @return {JQuery.Promise}
* @return {jQuery.Promise}
*/
this.log = function(logText, summaryText) {
const def = $.Deferred();
Expand Down Expand Up @@ -5764,7 +5764,7 @@ Morebits.taskManager = function(context) {
*
* @memberof Morebits
* @class
* @requires jquery.ui.dialog
* @requires jQuery.ui.dialog
* @param {number} width
* @param {number} height - The maximum allowable height for the content area.
*/
Expand Down

0 comments on commit 027743d

Please sign in to comment.