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 = '';
onChange();
};
this.onCompilerLoaded = onCompilerLoaded;
function compilationFinished (result, missingInputs) {
var data;

Loading…
Cancel
Save