Cleanup
This commit is contained in:
parent
2020098d03
commit
6d2c6d2c7f
|
@ -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'>
|
||||
|
|
Loading…
Reference in New Issue
Block a user