( all, letter )
| 85 | |
| 86 | // Used by jQuery.camelCase as callback to replace() |
| 87 | fcamelCase = function( all, letter ) { |
| 88 | return letter.toUpperCase(); |
| 89 | }; |
| 90 | |
| 91 | jQuery.fn = jQuery.prototype = { |
| 92 |
nothing calls this directly
no outgoing calls
no test coverage detected