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