MCPcopy Create free account
hub / github.com/JsAaron/jQuery / fcamelCase

Function fcamelCase

2.1.1/test/jquery-2.1.1.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