mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Adds missing semicolon
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user