1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Fixed typo in error message.

This commit is contained in:
Loic Bistuer 2015-01-26 17:17:00 +07:00
parent 6488551374
commit 285d173536

View File

@ -61,7 +61,7 @@ define([
if ($e.data('ajax-url')) {
if (console && console.warn) {
console.warn(
'Select2: The `data-ajax-attribute` has been changed to ' +
'Select2: The `data-ajax-url` has been changed to ' +
'`data-ajax--url` and support for the old attribute will be removed' +
' in future versions of Select2.'
);