Compiler: onCompilerLoaded is not public anymore

pull/1/head
Alex Beregszaszi 9 years ago
parent 0824a6a0ef
commit 6305c6da36
  1. 1
      src/app/compiler.js

@ -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;

Loading…
Cancel
Save