refactor: fix lint warning on public/js/history.js

Signed-off-by: BoHong Li <a60814billy@gmail.com>
This commit is contained in:
BoHong Li 2019-04-12 17:55:10 +08:00
parent 573501389a
commit 0498dc70e8
No known key found for this signature in database
GPG Key ID: 9696D5590D58290F
1 changed files with 77 additions and 81 deletions

View File

@ -13,13 +13,9 @@ import {
encodeNoteId
} from './utils'
import {
checkIfAuth
} from './lib/common/login'
import { checkIfAuth } from './lib/common/login'
import {
urlpath
} from './lib/config'
import { urlpath } from './lib/config'
window.migrateHistoryFromTempCallback = null