mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-11 15:18:40 +00:00
fix capitalization of Object/Array
This commit is contained in:
parent
df9217250c
commit
1a8e433eef
|
|
@ -112,7 +112,7 @@
|
||||||
/**
|
/**
|
||||||
* Draw particle to canvas
|
* Draw particle to canvas
|
||||||
*
|
*
|
||||||
* @param {object} ctx Canvas
|
* @param {Object} ctx Canvas
|
||||||
*
|
*
|
||||||
* @return {void}
|
* @return {void}
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
jsOMS.Animation.Canvas.ParticleAnimation = class {
|
jsOMS.Animation.Canvas.ParticleAnimation = class {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param {object} canvas Canvas
|
* @param {Object} canvas Canvas
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
*
|
*
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
/**
|
/**
|
||||||
* Draw everything
|
* Draw everything
|
||||||
*
|
*
|
||||||
* @param {object} self Object reference for self invoke
|
* @param {Object} self Object reference for self invoke
|
||||||
*
|
*
|
||||||
* @return {void}
|
* @return {void}
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ export class ActionManager {
|
||||||
* Bind listener for object
|
* Bind listener for object
|
||||||
*
|
*
|
||||||
* @param {string} id Element to bind
|
* @param {string} id Element to bind
|
||||||
* @param {object} listener Listener object
|
* @param {Object} listener Listener object
|
||||||
*
|
*
|
||||||
* @return {void}
|
* @return {void}
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -451,7 +451,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validate extension
|
* Validate extension
|
||||||
* @param {array} extension
|
* @param {Array} extension
|
||||||
* @param {string} name
|
* @param {string} name
|
||||||
* @returns {{valid: boolean, error: string}}
|
* @returns {{valid: boolean, error: string}}
|
||||||
*/
|
*/
|
||||||
|
|
@ -559,7 +559,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validate extension
|
* Validate extension
|
||||||
* @param {object} ext
|
* @param {Object} ext
|
||||||
* @returns {boolean}
|
* @returns {boolean}
|
||||||
*/
|
*/
|
||||||
showdown.validateExtension = function (ext) {
|
showdown.validateExtension = function (ext) {
|
||||||
|
|
@ -2184,7 +2184,7 @@
|
||||||
/**
|
/**
|
||||||
* Showdown Converter class
|
* Showdown Converter class
|
||||||
* @class
|
* @class
|
||||||
* @param {object} [converterOptions]
|
* @param {Object} [converterOptions]
|
||||||
* @returns {Converter}
|
* @returns {Converter}
|
||||||
*/
|
*/
|
||||||
showdown.Converter = function (converterOptions) {
|
showdown.Converter = function (converterOptions) {
|
||||||
|
|
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
* Get the remaining string after finding a certain char
|
* Get the remaining string after finding a certain char
|
||||||
*
|
*
|
||||||
* @param {string} haystack String to to search in
|
* @param {string} haystack String to to search in
|
||||||
* @param {array} chars Chars to search for
|
* @param {Array} chars Chars to search for
|
||||||
*
|
*
|
||||||
* @return {string}
|
* @return {string}
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ export class TableView {
|
||||||
/**
|
/**
|
||||||
* Get table header elements which provide sorting
|
* Get table header elements which provide sorting
|
||||||
*
|
*
|
||||||
* @return {array}
|
* @return {Array}
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
@ -104,7 +104,7 @@ export class TableView {
|
||||||
/**
|
/**
|
||||||
* Get table header elements which provide filter functionality
|
* Get table header elements which provide filter functionality
|
||||||
*
|
*
|
||||||
* @return {array}
|
* @return {Array}
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
@ -118,7 +118,7 @@ export class TableView {
|
||||||
/**
|
/**
|
||||||
* Get row elements which allow to swap the current row with another row
|
* Get row elements which allow to swap the current row with another row
|
||||||
*
|
*
|
||||||
* @return {array}
|
* @return {Array}
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user