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

Function fcamelCase

2.0.3/2.0.3.js:85–87  ·  view source on GitHub ↗
( all, letter )

Source from the content-addressed store, hash-verified

83
84 // Used by jQuery.camelCase as callback to replace()
85 fcamelCase = function( all, letter ) {
86 return letter.toUpperCase();
87 },
88
89 // The ready event handler and self cleanup method
90 completed = function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected