minor fix

This commit is contained in:
ccd0 2014-04-13 00:06:55 -07:00
parent 9b90698d59
commit 568da4ba53

View File

@ -263,7 +263,7 @@ Linkify =
regExp: /(.*\.(mp3|ogg|wav))$/
el: (a) ->
$.el 'audio',
controls: 'controls'
controls: true
preload: 'auto'
src: a.dataset.uid
,