1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/dist
Kevin Brown 95be140760 Fixed select2('data')
This fixes an issue with `select2('data')` that caused it to not
work as intended. Because we were using `Select2.data` for the
data adapter, it was overriding the `Select2.data()` method which
was supposed to be used.

This just renames the `Select2.data` property to
`Select2.dataAdapter` to prevent the naming collision.

This closes https://github.com/select2/select2/issues/3104.
2015-03-11 18:16:21 -04:00
..
css word-wrap: nowrap styling 2015-02-17 12:41:25 -05:00
js Fixed select2('data') 2015-03-11 18:16:21 -04:00