camelize :: String |
Prototype uses this internally for translating CSS properties into their DOM style property equivalents.
Examples
'background-color'.camelize(); // -> 'backgroundColor'
'-moz-binding'.camelize(); // -> 'MozBinding' |
Prototype API 1.5.0 - prototypejs.org