Skip to content

Commit

Permalink
Work around stupid parser error
Browse files Browse the repository at this point in the history
Supposedly this is fixed in CoffeeScript 2 by jashkenas/coffeescript#4572
  • Loading branch information
1j01 committed Oct 15, 2017
1 parent a21c434 commit 9e2c469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/audio-clips.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AudioClipStorage
label: "Reload app"
action: -> location.reload()
}]
###
###
when "report_issue"
[{
label: "Report issue"
Expand Down Expand Up @@ -78,7 +78,7 @@ class AudioClipStorage
email_url = "mailto:${email_address}?subject=#{enc title}&body=#{enc email_body}"
window.open(new_issue_url)
}]
###
###

throttle = 0

Expand Down

0 comments on commit 9e2c469

Please sign in to comment.