mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Avoid multiline variable declaration
This commit is contained in:
@@ -10,8 +10,8 @@ import {
|
||||
|
||||
|
||||
export function uiFieldTextarea(field) {
|
||||
var dispatch = d3_dispatch('change'),
|
||||
input = d3_select(null);
|
||||
var dispatch = d3_dispatch('change');
|
||||
var input = d3_select(null);
|
||||
|
||||
|
||||
function textarea(selection) {
|
||||
|
||||
Reference in New Issue
Block a user