Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Jun 15, 2017
1 parent 53ecc0c commit 8349e4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ var run = function () {
compiler: compiler.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()
// ----------------- editor resize ---------------
Expand Down Expand Up @@ -921,7 +921,6 @@ var run = function () {

loadVersion('builtin')
})

}

module.exports = {
Expand Down

0 comments on commit 8349e4c

Please sign in to comment.