Capitalize word From the Modernizr source: var uc_prop = prop.charAt(0).toUpperCase() + prop.substr(1)