1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/dist
Kevin Brown 05cbaf7bf7 Universally use the object query return
There was a plan to universally use an array as the return from
query methods, but now that we've realized pagination and extra
things are impossible without it, we're going back to the return
object. Anyone looking to migrate their data should be returning
an object with the key `results` containing what they previously
returned.

This should fix https://github.com/select2/select2/issues/2898
2015-01-07 21:11:32 -05:00
..
css Fixed SASS error 2015-01-06 17:54:33 -05:00
js Universally use the object query return 2015-01-07 21:11:32 -05:00