💄 fix lint errors

Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
Max Brunsfeld 2014-12-29 11:07:43 -08:00 committed by Nathan Sobo
parent c7771ffde9
commit 90aca1c6ad
2 changed files with 2 additions and 2 deletions

View File

@ -504,7 +504,7 @@ class Config
# Returns an {Array} of {Object}s with the following keys:
# * `scopeSelector` The scope-selector {String} with which the value is associated
# * `value` The value for the key-path
getAll: (keyPath, options)->
getAll: (keyPath, options) ->
{scope, sources} = options if options?
result = []

View File

@ -437,7 +437,7 @@ TextEditorComponent = React.createClass
trackSelectionClipboard: ->
timeoutId = null
{editor} = @props
writeSelectedTextToSelectionClipboard = =>
writeSelectedTextToSelectionClipboard = ->
return if editor.isDestroyed()
if selectedText = editor.getSelectedText()
# This uses ipc.send instead of clipboard.writeText because