1
0
Fork 0
mirror of synced 2025-04-03 05:03:31 +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 ($e.data('ajax-url')) {
if (console && console.warn) { if (console && console.warn) {
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' + '`data-ajax--url` and support for the old attribute will be removed' +
' in future versions of Select2.' ' in future versions of Select2.'
); );