pull/1/head
yann300 8 years ago
parent 53ecc0c146
commit 8349e4cebd
  1. 3
      src/app.js

@ -490,7 +490,7 @@ var run = function () {
compiler: compiler.event, compiler: compiler.event,
app: self.event app: self.event
} }
var righthandPanel = new RighthandPanel(document.body, rhpAPI, rhpEvents, {}) var righthandPanel = new RighthandPanel(document.body, rhpAPI, rhpEvents, {}) // eslint-disable-line
// ------------------------------------------------------------ // ------------------------------------------------------------
var executionContext = new ExecutionContext() var executionContext = new ExecutionContext()
// ----------------- editor resize --------------- // ----------------- editor resize ---------------
@ -921,7 +921,6 @@ var run = function () {
loadVersion('builtin') loadVersion('builtin')
}) })
} }
module.exports = { module.exports = {

Loading…
Cancel
Save