[
https://issues.apache.org/jira/browse/SHINDIG-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassie Doll closed SHINDIG-53.
------------------------------
Resolution: Fixed
It looks like this was already fixed in r620078 by Kevin.
> 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
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> 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.