Skip to content

Commit 11f86e3

Browse files
Update indigo_app/static/javascript/indigo/views/document_xml_editor.js
Co-authored-by: edith <32566441+goose-life@users.noreply.github.com>
1 parent 140ee0b commit 11f86e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indigo_app/static/javascript/indigo/views/document_xml_editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class AknTextEditor {
77
this.root = root;
88
this.document = document;
99
this.onSave = onSave;
10-
this.onDiscard = onDiscard
10+
this.onDiscard = onDiscard;
1111
this.editing = false;
1212
this.previousText = null;
1313
this.xmlElement = null;

0 commit comments

Comments
 (0)