Closed
Description
Description
We should hide jQuery.camelCase
. It's an undocumented, private method which doesn't make sense to be available externally as it contains a CSS-only quirk that replaces -ms-
to ms-
. Rather than fixing it it's better to just remove it.
Theoretically we could do it in any minor release but since it's been semi-public for so long it's better to wait, especially that code around it will have to change in 4.0 anyway because of #3355.
Link to test case
N/A