Fix lint warnings

This commit is contained in:
Quincy Morgan
2020-04-02 11:12:10 -07:00
parent fbef31f776
commit ca3a0f9dbc
7 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -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