mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Avoid unnecessary bind
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ iD.svg = {
|
||||
return 'M' + points.map(function(p) {
|
||||
return p[0] + ',' + p[1];
|
||||
}).join('L');
|
||||
}.bind(this)).join('');
|
||||
}).join('');
|
||||
|
||||
return cache[entity.id];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user