xuijs / xui

A tiny javascript framework for mobile web apps.

Home Page:http://xuijs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setStyle doesn't work with 'float' property

scriptguru opened this issue · comments

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.