Fix initial load error

This commit is contained in:
Berkeley Martinez
2015-12-01 08:01:51 -08:00
parent aa0297c2f2
commit 426526355c
2 changed files with 18 additions and 5 deletions

View File

@@ -35,4 +35,9 @@ window.__$(function() {
.map(tests => ({ ...rest, tests }));
};
// now that the runPreviewTest$ is defined
// we set the subject to true
// this will let the updatePreview
// script now that we are ready.
common.previewReady$.onNext(true);
});