Skip to content

Commit 9e2c469

Browse files
committed
Work around stupid parser error
Supposedly this is fixed in CoffeeScript 2 by jashkenas/coffeescript#4572
1 parent a21c434 commit 9e2c469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/audio-clips.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class AudioClipStorage
3636
label: "Reload app"
3737
action: -> location.reload()
3838
}]
39-
###
39+
###
4040
when "report_issue"
4141
[{
4242
label: "Report issue"
@@ -78,7 +78,7 @@ class AudioClipStorage
7878
email_url = "mailto:${email_address}?subject=#{enc title}&body=#{enc email_body}"
7979
window.open(new_issue_url)
8080
}]
81-
###
81+
###
8282

8383
throttle = 0
8484

0 commit comments

Comments
 (0)