Float is javascript keyword, cssFloat chould be used instead
------------------------------------------------------------
Key: SHINDIG-53
URL: https://issues.apache.org/jira/browse/SHINDIG-53
Project: Shindig
Issue Type: Bug
Components: Javascript
Reporter: Artemy Tregubenko
Assignee: Kevin Brown
Priority: Minor
In /javascript/container/gadgets.js there's line:
chrome.style.float = 'left'
Float is javascript keyword, so this line should look like this:
chrome.style.cssFloat = 'left'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.