mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
Remove empty param lists as per the linter.
This commit is contained in:
parent
735bdcca08
commit
fa3fd9c50c
@ -9,11 +9,11 @@ nextId = 1
|
||||
activeSearchId = 0
|
||||
emitter = new EventEmitter
|
||||
|
||||
onSearchFinished = () ->
|
||||
onSearchFinished = ->
|
||||
activeSearchId = null
|
||||
runNextSearch()
|
||||
|
||||
runNextSearch = () ->
|
||||
runNextSearch = ->
|
||||
unless activeSearchId
|
||||
activeSearchId = searchQueue.shift()
|
||||
emitter.emit(activeSearchId, null) if activeSearchId
|
||||
|
Loading…
Reference in New Issue
Block a user