Explorar el Código

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

Removed erroneous ';' em renderCommand(.).
leo hace 1 semana
padre
commit
dae6d68f2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);