Skip to content

Commit

Permalink
remarks correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sendr committed Jan 4, 2017
1 parent b177ffe commit 5a0f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video_xblock/backends/brightcove.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ def get_frag(self, **context):

def add_js_content(self, path, **context):
"""
Helper for adding javascript content to brightcove player
Helper for adding javascript content to player
"""
return '<script>' + self.render_resource(path, **context) + '</script>'

0 comments on commit 5a0f1e3

Please sign in to comment.