This commit is contained in:
@@ -22,6 +22,8 @@ function CodeMirrorDiffView(el, options) {
|
||||
this.init(el, options);
|
||||
};
|
||||
|
||||
CodeMirrorDiffView.CodeMirror = CodeMirror;
|
||||
|
||||
const trace = console.log;
|
||||
const traceTimeStart = console.time;
|
||||
const traceTimeEnd = console.timeEnd;
|
||||
|
||||
@@ -253,6 +253,8 @@ class Mergely {
|
||||
}
|
||||
}
|
||||
|
||||
Mergely.CodeMirror = CodeMirrorDiffView.CodeMirror;
|
||||
|
||||
window.Mergely = Mergely;
|
||||
|
||||
module.exports = Mergely;
|
||||
|
||||
Reference in New Issue
Block a user