changed some console.logs
This commit is contained in:
parent
73cb9c497a
commit
818df11f68
3 changed files with 49 additions and 45 deletions
|
@ -40,7 +40,7 @@
|
|||
this.itemPages = app.arrayToChunk(this.items, 4);
|
||||
try{
|
||||
this.simplifiedParent = JSON.stringify(this.items.map ( function(x){return x.attributes.playParams}));
|
||||
console.log("simplifiedParent: " + this.simplifiedParent);
|
||||
console.debug("simplifiedParent: " + this.simplifiedParent);
|
||||
}
|
||||
catch (e){}
|
||||
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
}
|
||||
},
|
||||
mounted() {
|
||||
console.log("MOUNTED")
|
||||
if (this.event) {
|
||||
this.position = [this.event.clientX, this.event.clientY];
|
||||
}
|
||||
|
@ -81,7 +80,6 @@
|
|||
},
|
||||
getStyle() {
|
||||
let style = {}
|
||||
console.debug(this.$refs.menubody)
|
||||
this.size = [this.$refs.menubody.offsetWidth, this.$refs.menubody.offsetHeight];
|
||||
if (this.event) {
|
||||
style["position"] = "absolute";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue