We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b15f70 commit 9232cb3Copy full SHA for 9232cb3
addon/merge/merge.js
@@ -614,7 +614,7 @@
614
var gapElts = [lockWrap];
615
if (dv.mv.options.revertButtons !== false) {
616
dv.copyButtons = elt("div", null, "CodeMirror-merge-copybuttons-" + dv.type);
617
- function copyButtons(e) {
+ var copyButtons = function(e) {
618
var node = e.target || e.srcElement;
619
if (!node.chunk) return;
620
if (node.className == "CodeMirror-merge-copy-reverse") {
0 commit comments