mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Semicolons
This commit is contained in:
@@ -40,7 +40,7 @@ iD.behavior.drag = function() {
|
||||
};
|
||||
|
||||
function mousedown() {
|
||||
target = this,
|
||||
target = this;
|
||||
event_ = event.of(target, arguments);
|
||||
var eventTarget = d3.event.target,
|
||||
touchId = d3.event.touches ? d3.event.changedTouches[0].identifier : null,
|
||||
|
||||
@@ -34,7 +34,7 @@ iD.ui.preset.localized = function(field, context) {
|
||||
|
||||
function change() {
|
||||
var t = {};
|
||||
t[field.key] = d3.select(this).property('value'),
|
||||
t[field.key] = d3.select(this).property('value');
|
||||
event.change(t);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user