From 532637729276d3c6439ced84d604bf09d513efbb Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 8 Jun 2017 13:27:55 -0400 Subject: [PATCH] silence eslint warning --- modules/core/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/graph.js b/modules/core/graph.js index 7d168b35c..19897b520 100644 --- a/modules/core/graph.js +++ b/modules/core/graph.js @@ -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) {