mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
fix eslint error: missing semicolon
This commit is contained in:
committed by
Bryan Housel
parent
04825da109
commit
ccc438527f
@@ -55,7 +55,7 @@ export function uiShortcuts(context) {
|
||||
var description = p
|
||||
.append('span')
|
||||
.attr('class', 'col8')
|
||||
.text(function(d) { return d.desc });
|
||||
.text(function(d) { return d.desc; });
|
||||
}
|
||||
|
||||
var keybinding = d3keybinding('shortcuts')
|
||||
|
||||
Reference in New Issue
Block a user