Home
last modified time | relevance | path

Searched refs:camel (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js1948 function camel(s) { return s.charAt(0).toUpperCase() + s.slice(1); } function
2064 prop = BORDER + camel(side) + 'Width';
2075 prop = BORDER + camel(corner.y) + camel(corner.x) + 'Radius';
2090 borderSide = BORDER + camel(corner[ corner.precedance ]) + camel(COLOR),