Also disable output and tests

This commit is contained in:
Berkeley Martinez
2015-12-03 15:09:52 -08:00
parent 81028fceac
commit b7530253aa
3 changed files with 10 additions and 1 deletions

View File

@@ -133,6 +133,7 @@ window.common = (function(global) {
});
common.codeUri = codeUri;
common.shouldRun = () => codeUri.shouldRun();
return common;
}(window));