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