1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Merge pull request #3000 from lenon/fix-maxlength

Fix for MaximumInputLength
This commit is contained in:
Kevin Brown 2015-02-04 10:04:12 -05:00
commit 1a7bb5fb54

View File

@ -15,7 +15,7 @@ define([
this.trigger('results:message', {
message: 'inputTooLong',
args: {
minimum: this.maximumInputLength,
maximum: this.maximumInputLength,
input: params.term,
params: params
}