Typo fix: remove unwanted comma
This commit is contained in:
parent
0e8eddb470
commit
d39f2d655c
@ -790,7 +790,7 @@ function confirmConstantAction(action, url, code, input, box, entity, yesButton,
|
||||
(function( $ ) {
|
||||
$.widget( "ui.combobox", {
|
||||
options: {
|
||||
minLengthToAutocomplete: 0,
|
||||
minLengthToAutocomplete: 0
|
||||
},
|
||||
_create: function() {
|
||||
var savMinLengthToAutocomplete = this.options.minLengthToAutocomplete;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user