Parcourir la source

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

Removed erroneous ';' em renderCommand(.).
leo il y a 1 semaine
Parent
commit
dae6d68f2a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);