Skip to content

Commit eeba468

Browse files
committed
fix: revert commented code
1 parent d2850db commit eeba468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmodule/assets/video/public/js/04_video_control.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

3-
// import { convert, format, formatFull } from './utils/time.js';
4-
import * as Time from './utils/time.js';
3+
import { convert, format, formatFull } from './utils/time.js';
4+
55

66
// VideoControl module.
77
let VideoControl = function(state) {

0 commit comments

Comments
 (0)