Commit 6305c6da authored by Alex Beregszaszi's avatar Alex Beregszaszi

Compiler: onCompilerLoaded is not public anymore

parent 0824a6a0
...@@ -97,7 +97,6 @@ function Compiler (editor, handleGithubCall, outputField, hidingRHP, updateFiles ...@@ -97,7 +97,6 @@ function Compiler (editor, handleGithubCall, outputField, hidingRHP, updateFiles
previousInput = ''; previousInput = '';
onChange(); onChange();
}; };
this.onCompilerLoaded = onCompilerLoaded;
function compilationFinished (result, missingInputs) { function compilationFinished (result, missingInputs) {
var data; var data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment