mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 06:55:46 +00:00
Avoid unnecessary bind
This commit is contained in:
@@ -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