Skip to content

Commit 1455127

Browse files
authored
Update warnings.md
1 parent 35189c0 commit 1455127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ This is _not_ a warning, but a console log message the plugin shows when it firs
148148

149149
**Cause:** The `jQuery.camelCase()` method was a utility to convert dashed strings like `"background-color"` into camel-cased strings like `"backgroundColor"`. This method was never documented and is removed as of jQuery 4.0.
150150

151-
**Solution:** If you need this functionality, you can implement it yourself.
151+
**Solution:** Use a custom utility.
152152

153153
### \[css-number\] JQMIGRATE: Auto-appending 'px' to number-typed values for jQuery.fn.css( _(property name)_, value ) is removed
154154

0 commit comments

Comments
 (0)