(all, letter)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected