mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
Fix lint warnings
This commit is contained in:
@@ -41,7 +41,7 @@ mocha.setup({
|
||||
|
||||
expect = chai.expect;
|
||||
|
||||
window.d3 = iD.d3; // TODO: remove if we can avoid exporting all of d3.js
|
||||
window.d3 = iD.d3; // Remove this if we can avoid exporting all of d3.js
|
||||
|
||||
// Workaround for `Array.from` polyfill in PhantomJS
|
||||
// https://github.com/openstreetmap/iD/issues/6087#issuecomment-476219308
|
||||
|
||||
Reference in New Issue
Block a user