mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix whitespace
This commit is contained in:
parent
91a590ad0e
commit
e1b54322ee
1 changed files with 1 additions and 2 deletions
|
@ -149,8 +149,7 @@ define [
|
||||||
clearChaosMonkey: () ->
|
clearChaosMonkey: () ->
|
||||||
clearTimeout @_cm
|
clearTimeout @_cm
|
||||||
|
|
||||||
MAX_PENDING_OP_SIZE: 30 # pending ops bigger than this are always
|
MAX_PENDING_OP_SIZE: 30 # pending ops bigger than this are always considered unsaved
|
||||||
# considered unsaved
|
|
||||||
|
|
||||||
pollSavedStatus: () ->
|
pollSavedStatus: () ->
|
||||||
# returns false if doc has ops waiting to be acknowledged or
|
# returns false if doc has ops waiting to be acknowledged or
|
||||||
|
|
Loading…
Reference in a new issue