Skip to content

Commit

Permalink
Fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed May 18, 2016
1 parent f34c67d commit d5e85f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ module.exports = function leafletImage(map, callback) {
canvas: canvas
});
} catch(e) {
console.error('Element could not be drawn on canvas', root);
console.error('Element could not be drawn on canvas', root); // eslint-disable-line no-console
}
}

Expand Down

0 comments on commit d5e85f0

Please sign in to comment.