1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

cleanup codes

This commit is contained in:
Rokt33r
2015-12-22 11:40:23 +09:00
parent 91e60fa82b
commit fc64c565db
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ import TagLink from 'boost/components/TagLink'
import TagSelect from 'boost/components/TagSelect'
import ModeSelect from 'boost/components/ModeSelect'
import activityRecord from 'boost/activityRecord'
import api from 'boost/api'
import ShareButton from './ShareButton'
const electron = require('electron')
@@ -600,6 +599,7 @@ ArticleDetail.propTypes = {
activeArticle: PropTypes.shape(),
user: PropTypes.shape(),
folders: PropTypes.array,
tags: PropTypes.array,
dispatch: PropTypes.func
}
ArticleDetail.prototype.linkState = linkState

View File

@@ -50,7 +50,6 @@ ipc.on('hotkeyUpdated', function (event, newKeymap) {
}
})
function emitToFinder (type, data) {
var payload = {
type: type,