Fixed typo in doc.
This commit is contained in:
parent
49beb6c87e
commit
7e0c6a952c
@ -252,7 +252,7 @@ IgniteTemplate.prototype.validateMin = function (min, msg) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validates an input to make sure it contains a min number of characters.
|
* Validates an input to make sure it contains a max number of characters.
|
||||||
* @param {Number} max The max number of characters the input can have.
|
* @param {Number} max The max number of characters the input can have.
|
||||||
* @param {string|Function|IgniteProperty} msg The message to display when the input length is too long. If null a default one will show.
|
* @param {string|Function|IgniteProperty} msg The message to display when the input length is too long. If null a default one will show.
|
||||||
* @returns {IgniteTemplate} This ignite template.
|
* @returns {IgniteTemplate} This ignite template.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user