Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
figureone committed Mar 23, 2018
1 parent f3ed616 commit d6e4f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ H5P.Video = (function ($, ContentCopyrights, MediaCopyright, handlers) {
self.on('play', function (event) {
self.triggerXAPI('played', event.data);
});
self.on('xAPIloaded', function (event){
self.on('xAPIloaded', function (event) {
self.duration = self.getDuration();
self.triggerXAPI('initialized', event.data);
});
Expand Down

0 comments on commit d6e4f24

Please sign in to comment.