Skip to content

Commit 0d4be44

Browse files
mgoltimmywil
andauthored
Update warnings.md
Co-authored-by: Timmy Willison <[email protected]>
1 parent 25b85d9 commit 0d4be44

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
@@ -109,7 +109,7 @@ This is _not_ a warning, but a console log message the plugin shows when it firs
109109

110110
**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 now deprecated.
111111

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

114114
### \[data-camelCase\] JQMIGRATE: jQuery.data() always sets/gets camelCased names
115115

0 commit comments

Comments
 (0)