eslint
This commit is contained in:
parent
b3dfc02647
commit
e7b021aa0a
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ const Map = {
|
||||||
exportImage: function() {
|
exportImage: function() {
|
||||||
Map.uploadMapScreenshot()
|
Map.uploadMapScreenshot()
|
||||||
Map.offerScreenshotDownload()
|
Map.offerScreenshotDownload()
|
||||||
GlobalUI.notifyUser("Note: this button is going away. Check the map card or the import box for setting the map thumbnail or downloading a screenshot.")
|
GlobalUI.notifyUser('Note: this button is going away. Check the map card or the import box for setting the map thumbnail or downloading a screenshot.')
|
||||||
},
|
},
|
||||||
offerScreenshotDownload: () => {
|
offerScreenshotDownload: () => {
|
||||||
const canvas = Map.getMapCanvasForScreenshots()
|
const canvas = Map.getMapCanvasForScreenshots()
|
||||||
|
|
Loading…
Add table
Reference in a new issue