Code cleaning service

This commit is contained in:
An Phan 2016-03-15 01:16:38 +08:00
parent 0d8a3d61eb
commit 16283112b3
3 changed files with 3 additions and 7 deletions

View file

@ -76,7 +76,7 @@
*/
deselect() {
this.selected = false;
}
},
},
};
</script>

View file

@ -471,7 +471,7 @@
*/
'song:selection-clear': function () {
this.clearSelection();
}
},
},
};
</script>

View file

@ -37,10 +37,6 @@
};
},
watch: {
},
methods: {
/**
* Navigate down the result list.
@ -136,7 +132,7 @@
if (elemRect.bottom > containerRect.bottom || elemRect.top < containerRect.top) {
elem.scrollIntoView(alignTop);
}
}
},
},
};
</script>