mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
selection -> selectedIDs
Overloading "selection" is a bad idea.
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@
|
||||
return 'img/' + _;
|
||||
};
|
||||
|
||||
context.selection = function() {
|
||||
context.selectedIDs = function() {
|
||||
return [];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user