Bugfix in clock hand

old
Javi Velasco 2015-09-05 22:29:54 +02:00
parent a4c59e4688
commit d6c82aabcd
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ module.exports = React.createClass
# -- Render
render: ->
style = prefixer(transform: "rotate(#{@state.angle}deg")
style = prefixer(transform: "rotate(#{@state.angle}deg)")
style.height = @props.length - @state.knobWidth/2
<div className={css.hand + ' ' + @props.className} style={style}>