mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
8 lines
230 B
CoffeeScript
8 lines
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
|