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: `