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

Function camelCase

aspnet-samples/AspNetForm/Scripts/jquery-3.7.0.js:3943–3945  ·  view source on GitHub ↗
( string )

Source from the content-addressed store, hash-verified

3941// Support: IE <=9 - 11, Edge 12 - 15
3942// Microsoft forgot to hump their vendor prefix (trac-9572)
3943function camelCase( string ) {
3944 return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
3945}
3946var acceptData = function( owner ) {
3947
3948 // Accepts only:

Callers 2

jquery-3.7.0.jsFile · 0.70
propFilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected