MCPcopy Create free account
hub / github.com/TruthHun/BookStack / fcamelCase

Function fcamelCase

static/jquery/1.12.4/jquery.js:87–89  ·  view source on GitHub ↗
( all, letter )

Source from the content-addressed store, hash-verified

85
86 // Used by jQuery.camelCase as callback to replace()
87 fcamelCase = function( all, letter ) {
88 return letter.toUpperCase();
89 };
90
91jQuery.fn = jQuery.prototype = {
92

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected