mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
Remove unused aborted ivar
This commit is contained in:
parent
22af597c42
commit
acf538cf4b
@ -4,8 +4,6 @@ $ = require 'jquery'
|
||||
|
||||
module.exports =
|
||||
class LoadPathsTask
|
||||
aborted: false
|
||||
|
||||
constructor: (@callback) ->
|
||||
|
||||
start: ->
|
||||
@ -34,7 +32,6 @@ class LoadPathsTask
|
||||
deferred
|
||||
|
||||
abort: ->
|
||||
@aborted = true
|
||||
if @process?
|
||||
@process.kill()
|
||||
@process = null
|
||||
|
Loading…
Reference in New Issue
Block a user