You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jQuery.camelCase contains a CSS-only quirk that replaces -ms- to ms-. This quirk is needed only in the CSS module and yet the data module uses it as well, making elem.data('-moz-a', 'b') create an MozA key and elem.data('-ms-a', 'b') - an msA key. Those use cases should be separated.
Due to needed breaking changes this is 4.0 material.