Skip to content

Commit

Permalink
HFP-1779 Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Apr 1, 2018
1 parent f977a64 commit 283f2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/x-api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @namespace H5P */
H5P.VideoXAPI = (function ($) {
'use strict';

/**
* Xapi video statement generator for H5P.
Expand Down Expand Up @@ -425,7 +426,6 @@ H5P.VideoXAPI = (function ($) {
}
}
}
xAPIBase = xAPIObject;
return xAPIObject;
};
}
Expand Down

0 comments on commit 283f2e3

Please sign in to comment.