fix whitespace.

This commit is contained in:
saman bb
2013-05-30 00:58:27 -04:00
parent 60449617a9
commit 4e63980834
+1 -2
View File
@@ -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]);