Cleanup
This commit is contained in:
parent
2020098d03
commit
6d2c6d2c7f
|
@ -17,13 +17,11 @@ import Debugger from './debugger';
|
||||||
// Make π available as a constant
|
// Make π available as a constant
|
||||||
const π = Math.PI;
|
const π = Math.PI;
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
install(Vue/*,options*/){
|
install(Vue/*,options*/){
|
||||||
let debug = new Debugger("treestudyplan-viewer");
|
let debug = new Debugger("treestudyplan-viewer");
|
||||||
debug.enable();
|
debug.enable();
|
||||||
|
|
||||||
|
|
||||||
let lastCaller = null;
|
let lastCaller = null;
|
||||||
/**
|
/**
|
||||||
* Scroll current period into view
|
* Scroll current period into view
|
||||||
|
@ -41,7 +39,6 @@ export default {
|
||||||
block: "start",
|
block: "start",
|
||||||
inline: "center",
|
inline: "center",
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -229,7 +226,6 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
},
|
},
|
||||||
template: `
|
template: `
|
||||||
<div class='t-studyplan-container'>
|
<div class='t-studyplan-container'>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user