Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 1a2dcf3

Browse files
authored
Merge pull request #9218 from cezaraugusto/lint-patch1
Remove unused require() to avoid lint err
2 parents f166291 + e965210 commit 1a2dcf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/stores/windowStore.js

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const UrlUtil = require('../lib/urlutil')
1919
const {l10nErrorText} = require('../../app/common/lib/httpUtil')
2020
const { makeImmutable } = require('../../app/common/state/immutableUtil')
2121
const {aboutUrls, getTargetAboutUrl, newFrameUrl} = require('../lib/appUrlUtil')
22-
const Serializer = require('../dispatcher/serializer')
2322
const assert = require('assert')
2423
const contextMenuState = require('../../app/common/state/contextMenuState')
2524
const appStoreRenderer = require('./appStoreRenderer')

0 commit comments

Comments
 (0)