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

Function fcamelCase

2.1.1/src/core.js:35–37  ·  view source on GitHub ↗
(all, letter)

Source from the content-addressed store, hash-verified

33
34 // Used by jQuery.camelCase as callback to replace()
35 fcamelCase = function(all, letter) {
36 return letter.toUpperCase();
37 };
38
39 jQuery.fn = jQuery.prototype = {
40 // The current version of jQuery being used

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected