From 6d2c6d2c7fbd68571fdb51c47d5ba67d13064474 Mon Sep 17 00:00:00 2001 From: PMKuipers Date: Fri, 4 Aug 2023 22:30:22 +0200 Subject: [PATCH] Cleanup --- amd/src/report-viewer-components.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/amd/src/report-viewer-components.js b/amd/src/report-viewer-components.js index 693a64e..21ab966 100644 --- a/amd/src/report-viewer-components.js +++ b/amd/src/report-viewer-components.js @@ -17,13 +17,11 @@ import Debugger from './debugger'; // Make π available as a constant const π = Math.PI; - export default { install(Vue/*,options*/){ let debug = new Debugger("treestudyplan-viewer"); debug.enable(); - let lastCaller = null; /** * Scroll current period into view @@ -41,7 +39,6 @@ export default { block: "start", inline: "center", }); - } } @@ -229,7 +226,6 @@ export default { } }, methods: { - }, template: `