* fix bad coffeescript syntax
This commit is contained in:
parent
03d71b0678
commit
37929de36e
|
|
@ -329,9 +329,9 @@ ConfigureTracksStore = @ConfigureTracksStore
|
|||
$radio = $root.find('input[type="radio"]')
|
||||
|
||||
if gon.midi_enabled
|
||||
if $radio.iCheck('disable')
|
||||
$radio.iCheck('disable')
|
||||
else
|
||||
if $radio.iCheck('enable')
|
||||
$radio.iCheck('enable')
|
||||
|
||||
componentDidUpdate: () ->
|
||||
$root = $(@getDOMNode())
|
||||
|
|
|
|||
Loading…
Reference in New Issue