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 140ee0b commit 11f86e3Copy full SHA for 11f86e3
indigo_app/static/javascript/indigo/views/document_xml_editor.js
@@ -7,7 +7,7 @@ class AknTextEditor {
7
this.root = root;
8
this.document = document;
9
this.onSave = onSave;
10
- this.onDiscard = onDiscard
+ this.onDiscard = onDiscard;
11
this.editing = false;
12
this.previousText = null;
13
this.xmlElement = null;
0 commit comments