mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove unused parameter
This commit is contained in:
parent
c9771272df
commit
e4a3e63ff7
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ class ASpellWorkerPool
|
|||
|
||||
constructor: (@options) ->
|
||||
@PROCESS_POOL = []
|
||||
@timeout = 1000
|
||||
|
||||
create: (language) ->
|
||||
if @PROCESS_POOL.length >= @MAX_WORKERS
|
||||
|
|
Loading…
Reference in a new issue