This commit is contained in:
PMKuipers 2023-08-04 22:30:22 +02:00
parent 2020098d03
commit 6d2c6d2c7f

View File

@ -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: `
<div class='t-studyplan-container'>