1
0
mirror of synced 2025-02-10 09:09:24 +03:00

Update defaults.js

This commit is contained in:
Pedro Felipe de Azevedo Furtado 2018-09-14 23:40:28 -03:00 committed by GitHub
parent 1764b8420f
commit 1062187958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,7 +365,7 @@ define([
maximumSelectionLength: 0, maximumSelectionLength: 0,
minimumResultsForSearch: 0, minimumResultsForSearch: 0,
selectOnClose: false, selectOnClose: false,
scrollAfterSelect: true, scrollAfterSelect: false,
sorter: function (data) { sorter: function (data) {
return data; return data;
}, },