fix eslint error: missing semicolon

This commit is contained in:
Ajith Ranka
2017-01-25 13:01:54 +05:30
committed by Bryan Housel
parent 04825da109
commit ccc438527f

View File

@@ -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')