Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Sep 28, 2017
1 parent 91ae5b8 commit 1b5e72a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/renderer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const { configDir } = require('../utils')
const config = require('../config')
const Searcher = require('./searcher')

const isMac = process.platform === 'darwin'

const win = remote.getCurrentWindow()
let webview // eslint-disable-line prefer-const

Expand Down Expand Up @@ -103,7 +101,7 @@ function createWebView() {
contextMenu({
window: webview,
showInspectElement: true,
append(props, win) {
append(props) {
const hasText = props.selectionText.trim().length > 0
return [
{
Expand Down

0 comments on commit 1b5e72a

Please sign in to comment.