Commit 8349e4ce authored by yann300's avatar yann300

standard

parent 53ecc0c1
...@@ -490,7 +490,7 @@ var run = function () { ...@@ -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 () { ...@@ -921,7 +921,6 @@ var run = function () {
loadVersion('builtin') loadVersion('builtin')
}) })
} }
module.exports = { module.exports = {
......
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