fixed qa_api binding, changed formatting ...

This commit is contained in:
Ralf Teusner
2016-09-01 11:01:44 +02:00
parent aec7c593d8
commit 81fca2b8c7
2 changed files with 5 additions and 3 deletions

View File

@@ -4,13 +4,15 @@ $(function() {
//TODO Change this. Otherwise it will fuck people up,
//because it's really confusing if the variables and the code are
//split over 6 files.
$.extend(CodeOceanEditor,
$.extend(
CodeOceanEditor,
CodeOceanEditorAJAX,
CodeOceanEditorEvaluation,
CodeOceanEditorFlowr,
CodeOceanEditorSubmissions,
CodeOceanEditorTurtle,
CodeOceanEditorWebsocket);
CodeOceanEditorWebsocket
);
if ($('#editor').isPresent() && CodeOceanEditor) {
if (CodeOceanEditor.isBrowserSupported()) {