Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Apr 15, 2012
1 parent 6b8d45f commit 6626f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/player/movie.js.coffee
Expand Up @@ -46,7 +46,7 @@ class AsciiIo.Movie

data: ->
unless @_data
# fallback for webworker
# Web Worker fallback
d = @model.get('escaped_stdout_data')
d = atob(d)
d = ArchUtils.bz2.decode(d)
Expand Down

0 comments on commit 6626f6c

Please sign in to comment.