Creating config programatically

This commit is contained in:
Christoph Oberhofer
2016-05-09 08:50:11 +02:00
committed by Christoph Oberhofer
parent f3f656f3e7
commit b733c2b7fd
6 changed files with 92 additions and 81 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import {merge, pick} from 'lodash';
var streamRef,
loadedDataHandler;
var streamRef;
function waitForVideo(video) {
return new Promise((resolve, reject) => {