WIP: use es-modules
This commit is contained in:
parent
ec5b050496
commit
f70967f9bc
144 changed files with 741 additions and 57 deletions
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.AnnotationFolder <f> AnnotationFolder Object
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
// FIXME: should be Ox.AnnotationFolders
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.BlockVideoTimeline <f> Block Video Timeline
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
Ox.ClipPanel = function(options, self) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.LargeVideoTimeline <f> LargeTimeline Object
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.SmallVideoTimeline <f> Small video timeline
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.SmallVideoTimelineImage <f> Small Video Timeline Image
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.VideoAnnotationPanel <f> VideoAnnotationPanel Object
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
Ox.VideoEditPanel = function(options, self) {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.VideoElement <f> VideoElement Object
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.VideoPlayer <f> Generic Video Player
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
Ox.VideoPlayerMenu = function(options, self) {
|
||||
|
||||
self = self || {};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.VideoPlayerPanel <f> VideoPlayerPanel Object
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.VideoPreview <f> Video Preview
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.VideoTimelinePanel <f> Video timeline panel
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
|
||||
/*@
|
||||
Ox.VideoTimelinePlayer <f> Video Timeline Player
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue