浏览代码

Update 'js/visualUI/commands/comment.js'

Removed erroneous ';' em renderCommand(.).
leo 1 周之前
父节点
当前提交
dae6d68f2a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/visualUI/commands/comment.js

+ 1 - 1
js/visualUI/commands/comment.js

@@ -19,7 +19,7 @@ export function renderCommand (command, function_obj) {
     '<i class="ui icon small quote left command_drag"></i> ' +
     '<i class="ui icon times red button_remove_command"></i> ' +
     '<div class="var_value_menu_div"></div> <div class="div_comment_text">' +
-    '</div> </div>' + "\n";
+    '</div> </div>' + "\n"
     );
   el.data('command', command);