From 1db80ff49c3df3964e779b37bdb0636e3dec2031 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sun, 4 Nov 2018 12:06:32 -0800 Subject: [PATCH] Adds missing semicolon --- modules/ui/raw_tag_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/raw_tag_editor.js b/modules/ui/raw_tag_editor.js index 37952b995..5e67edad4 100644 --- a/modules/ui/raw_tag_editor.js +++ b/modules/ui/raw_tag_editor.js @@ -107,7 +107,7 @@ export function uiRawTagEditor(context) { .classed('readonly', isReadOnly); var innerWrap = enter.append('div') - .attr('class', 'inner-wrap') + .attr('class', 'inner-wrap'); innerWrap .append('div')