mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 10:40:22 +00:00
Decaf cleanup: unused variable
This commit is contained in:
parent
9f17f3ea0a
commit
8c70e72bfa
1 changed files with 1 additions and 3 deletions
|
@ -3,13 +3,11 @@
|
|||
handle-callback-err,
|
||||
new-cap,
|
||||
no-throw-literal,
|
||||
no-unused-vars,
|
||||
*/
|
||||
let DiffCodec
|
||||
const { diff_match_patch } = require('../lib/diff_match_patch')
|
||||
const dmp = new diff_match_patch()
|
||||
|
||||
module.exports = DiffCodec = {
|
||||
module.exports = {
|
||||
ADDED: 1,
|
||||
REMOVED: -1,
|
||||
UNCHANGED: 0,
|
||||
|
|
Loading…
Reference in a new issue