mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
silence eslint warning
This commit is contained in:
@@ -37,7 +37,7 @@ coreGraph.prototype = {
|
||||
|
||||
//https://github.com/openstreetmap/iD/issues/3973#issuecomment-307052376
|
||||
if (!entity) {
|
||||
entity = this.entities.__proto__[id];
|
||||
entity = this.entities.__proto__[id]; // eslint-disable-line no-proto
|
||||
}
|
||||
|
||||
if (!entity) {
|
||||
|
||||
Reference in New Issue
Block a user