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

Function fcamelCase

1.6.1/src/css.js:21–23  ·  view source on GitHub ↗
( all, letter )

Source from the content-addressed store, hash-verified

19 currentStyle,
20
21 fcamelCase = function( all, letter ) {
22 return letter.toUpperCase();
23 };
24
25jQuery.fn.css = function( name, value ) {
26 // Setting 'undefined' is a no-op

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected