mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 20:51:36 +02:00
WIP: added incomplete move note action
This commit is contained in:
+5
-1
@@ -55,6 +55,10 @@ _extend(osmNote.prototype, {
|
||||
|
||||
isNew: function() {
|
||||
return this.id < 0;
|
||||
}
|
||||
},
|
||||
|
||||
move: function(loc) {
|
||||
return this.update({loc: loc});
|
||||
},
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user