MCPcopy Create free account
hub / github.com/sql-js/sql.js / fcamelCase

Function fcamelCase

documentation/javascript/application.js:975–977  ·  view source on GitHub ↗
( all, letter )

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…