Linting fixes to improve quality report

This commit is contained in:
Kshitij Sobti
2018-07-16 13:39:38 +05:30
parent bf6af13ed1
commit fcff921fdb
16 changed files with 32 additions and 35 deletions

View File

@@ -58,7 +58,7 @@ function($, Backbone, _, TranscriptUtils) {
*/
upload: function() {
var data = {
'edx_video_id': TranscriptUtils.Storage.get('edx_video_id') || ''
edx_video_id: TranscriptUtils.Storage.get('edx_video_id') || ''
};
if (!this.file) {