changeset 3020:94edd5e5dd1b

client: linting
author Markus Kottlaender <markus@intevation.de>
date Thu, 11 Apr 2019 17:48:18 +0200
parents 4b9e83cf82ea
children 2e2a271c1026
files client/src/components/fairway/Fairwayprofile.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/Fairwayprofile.vue	Thu Apr 11 17:47:04 2019 +0200
+++ b/client/src/components/fairway/Fairwayprofile.vue	Thu Apr 11 17:48:18 2019 +0200
@@ -149,7 +149,7 @@
       var pdf = new jsPDF("p", "pt", "c2");
       var canvas = document.createElement("canvas");
       canvas.width = window.innerWidth;
-      canvas.height = window.innerHeight/2;
+      canvas.height = window.innerHeight / 2;
       canvg(canvas, svg, {
         ignoreMouse: true,
         ignoreAnimation: true,