1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/dist/js
Kevin Brown 2f4cc19cd9 If a named style can't be determined, return null
Previously this would return `style` if it couldn't be resolved and
the `style` attribute on the element is set for some reason. Now it
will return `null`, because it tried to resolve the width but was
not able to. This will allow it to fall back to `element` by default,
or not set the width at all.

This closes https://github.com/select2/select2/issues/2935.
2015-01-17 21:43:38 -05:00
..
i18n Expose the defaults 2015-01-17 21:27:53 -05:00
select2.amd.full.js If a named style can't be determined, return null 2015-01-17 21:43:38 -05:00
select2.amd.js If a named style can't be determined, return null 2015-01-17 21:43:38 -05:00
select2.full.js If a named style can't be determined, return null 2015-01-17 21:43:38 -05:00
select2.full.min.js If a named style can't be determined, return null 2015-01-17 21:43:38 -05:00
select2.js If a named style can't be determined, return null 2015-01-17 21:43:38 -05:00
select2.min.js If a named style can't be determined, return null 2015-01-17 21:43:38 -05:00