Syntax fix.

This commit is contained in:
T. H. Wright 2019-11-13 11:17:34 -05:00
parent 2b609e5377
commit 86b88d73dd

View File

@ -77,7 +77,7 @@ api.modifyClass("controller:composer", {
this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text");
},
columns() {
this.get("toolbarEvent").applySurround('[wrap="columns"]\n'), '\n[/wrap]', "columns_text"));
this.get("toolbarEvent").applySurround('[wrap="columns"]\n', '\n[/wrap]', "columns_text");
},
superscript() {
this.get("toolbarEvent").applySurround("<sup>", "</sub>", "superscript_text");