mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 16:19:02 +02: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 |