1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Merge pull request #2968 from loic/typo

Fixed typo in error message.
This commit is contained in:
Kevin Brown 2015-01-26 08:51:38 -05:00
commit 52513f3290

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.'
);