2
0
forked from Wavyzz/dolibarr

Typo fix: remove unwanted comma

This commit is contained in:
Raphaël Doursenaud
2013-09-05 20:28:24 +02:00
parent 0e8eddb470
commit d39f2d655c

View File

@@ -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;