MCPcopy Create free account
hub / github.com/aspnet/AzureSignalR-samples / camelCase

Function camelCase

aspnet-samples/ChatRoom/Scripts/jquery-3.7.1.js:3953–3955  ·  view source on GitHub ↗
( string )

Source from the content-addressed store, hash-verified

3951// Support: IE <=9 - 11, Edge 12 - 15
3952// Microsoft forgot to hump their vendor prefix (trac-9572)
3953function camelCase( string ) {
3954 return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
3955}
3956var acceptData = function( owner ) {
3957
3958 // Accepts only:

Callers 2

jquery-3.7.1.jsFile · 0.70
propFilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected