remove drag functions

This commit is contained in:
Shelley Vohr 2017-09-27 14:50:46 -04:00
parent 2289d085fa
commit 24913a5ef9
No known key found for this signature in database
GPG key ID: F13993A75599653C
3 changed files with 13 additions and 50 deletions

View file

@ -326,7 +326,7 @@ if (option.file && !option.webdriver) {
process.exit(0)
} else if (option.default) {
const indexPath = path.join(__dirname, '/index.html')
loadApplicationByUrl(`file://${indexPath}`);
loadApplicationByUrl(`file://${indexPath}`)
} else if (option.interactive) {
startRepl()
} else {