2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 16:59:01 +00:00

Fixed format issue

This commit is contained in:
Nils-Helge Garli Hegvik 2013-01-16 12:24:28 +01:00
parent b92ac02ba7
commit 4ccc809a00

View File

@ -115,7 +115,7 @@ you can supply the "paramName" and "transformResult" options:
return $.map(response.myData, function(dataItem) {
return {value: dataItem.valueField, data: dataItem.dataField};
});
}
}
})