( all, letter )
| 973 | |
| 974 | // Used by jQuery.camelCase as callback to replace() |
| 975 | fcamelCase = function( all, letter ) { |
| 976 | return ( letter + "" ).toUpperCase(); |
| 977 | }, |
| 978 | |
| 979 | // The ready event handler and self cleanup method |
| 980 | DOMContentLoaded = function() { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…