Commit 68e07011 by kimth

Remove extra line

parent 439ca1dd
...@@ -9,7 +9,6 @@ class @Video ...@@ -9,7 +9,6 @@ class @Video
@parseVideos @el.data('streams') @parseVideos @el.data('streams')
@fetchMetadata() @fetchMetadata()
@parseSpeed() @parseSpeed()
$("#video_#{@id}").data('video', this).addClass('video-load-complete') $("#video_#{@id}").data('video', this).addClass('video-load-complete')
@hide_captions = $.cookie('hide_captions') == 'true' @hide_captions = $.cookie('hide_captions') == 'true'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment