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

Fix a typo (#34)

This commit is contained in:
Patrizio Bekerle 2019-06-05 01:54:11 +02:00 committed by Kevin Brown
parent d86894d890
commit ad0451d2fd

View File

@ -74,7 +74,7 @@ $('#mySelect2').select2({
ajax: {
url: '/example/api',
processResults: function (data) {
// Tranforms the top-level key of the response object from 'items' to 'results'
// Transforms the top-level key of the response object from 'items' to 'results'
return {
results: data.items
};