Skip to content

Commit

Permalink
small changes/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Dec 22, 2019
1 parent 7b90d10 commit 8ce836f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint": "^6.4.0",
"eslint-config-google": "^0.13.0",
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/edit/actions/ExportAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ L.ExportAction = L.EditAction.extend({
L.IconUtil.toggleXlink(this._link, 'get_app', 'spinner');
L.IconUtil.toggleTitle(this._link, 'Export Images', 'Loading...');
L.IconUtil.addClassToSvg(this._link, 'loader');
console.log(this, edit.options);
edit.startExport({
console.log(this, edit.options)
// explicitly send each option:
collection: edit.options.collection,
frequency: edit.options.frequency,
Expand Down

0 comments on commit 8ce836f

Please sign in to comment.