remove uneeded code

pull/1/head
yann300 8 years ago
parent c6a60897d2
commit 3ea043f2f1
  1. 4
      src/app.js

@ -505,10 +505,6 @@ var run = function () {
document.querySelector('#editor').addEventListener('change', onResize)
document.querySelector('#editorWrap').addEventListener('change', onResize)
// ----------------- compiler output renderer ----------------------
$('.asmOutput button').click(function () { $(this).parent().find('pre').toggle() })
// ----------------- compiler ----------------------
function handleGithubCall (root, path, cb) {

Loading…
Cancel
Save