fix lint errors

This commit is contained in:
ungb
2017-07-10 16:26:47 -07:00
parent f6d2f966bf
commit 07c7e53b1e

View File

@@ -5,7 +5,6 @@ const {Point, Range} = require('text-buffer')
const LineTopIndex = require('line-top-index')
const TextEditor = require('./text-editor')
const {isPairedCharacter} = require('./text-utils')
const clipboard = require('./safe-clipboard')
const electron = require('electron')
const $ = etch.dom