mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
fix whitespace.
This commit is contained in:
@@ -16,7 +16,7 @@ iD.ui.preset.radio = function(field) {
|
||||
.data(field.options || field.keys);
|
||||
|
||||
buttons.enter().append('button')
|
||||
.text(function(d) { return field.t('options.' + d, { 'default': d }); });
|
||||
.text(function(d) { return field.t('options.' + d, { 'default': d }); });
|
||||
|
||||
buttons
|
||||
.on('click', function(d) {
|
||||
@@ -29,7 +29,6 @@ iD.ui.preset.radio = function(field) {
|
||||
.attr('class','placeholder')
|
||||
.text(field.placeholder());
|
||||
|
||||
|
||||
var remove = wrap.selectAll('button.remove')
|
||||
.data([0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user