mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
8 lines
No EOL
230 B
CoffeeScript
8 lines
No EOL
230 B
CoffeeScript
module.exports = DiffManager =
|
|
getDiff: (doc_id, fromDate, toDate, callback = (error, diff) ->) ->
|
|
# Flush diff
|
|
# Get doc content and version
|
|
# Get updates from Mongo
|
|
# Check version matches
|
|
# Build diff
|
|
# Return diff |