MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / fcamelCase

Function fcamelCase

notes/docsify/unpkg/gotop/jquery-2.1.0.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 // The current version of jQuery being used

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected