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( $ ) {
|
(function( $ ) {
|
||||||
$.widget( "ui.combobox", {
|
$.widget( "ui.combobox", {
|
||||||
options: {
|
options: {
|
||||||
minLengthToAutocomplete: 0,
|
minLengthToAutocomplete: 0
|
||||||
},
|
},
|
||||||
_create: function() {
|
_create: function() {
|
||||||
var savMinLengthToAutocomplete = this.options.minLengthToAutocomplete;
|
var savMinLengthToAutocomplete = this.options.minLengthToAutocomplete;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user