Skip to content
Snippets Groups Projects

Expose VideoViewerReferences like OSDReferences

Merged David Beniamine requested to merge wip-webpack-from-git into annotation-on-video
3 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
1
@@ -138,7 +138,6 @@ export default class AnnotationItem {
break;
case 'object':
temporalfragmentSelector = selector.find(s => s.type && s.type === 'FragmentSelector');
// TODO regex for t=5,10 t=,10 t=5 ? cf w3c media fragments
match = temporalfragmentSelector && temporalfragmentSelector.value.match(/t=(.*?)(&|$)/);
break;
default:
Loading