xuijs / xui

A tiny javascript framework for mobile web apps.
http://xuijs.com
789 stars 106 forks source link

setStyle doesn't work with 'float' property #77

Closed scriptguru closed 7 years ago

scriptguru commented 12 years ago

The problem is that internal function 'domstyle' doesn't know that 'float' should be transformed into 'cssFloat' before using it as a style property name.