diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-18 07:36:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-18 07:36:04 +0900 |
| commit | 3519cb208ef7cc373b43f6d6adbfd095dd0ae1bc (patch) | |
| tree | e539f47371b60e75a1e6b5cf337cb801ff1d0bff /src | |
| parent | タイムラインでリプライ先の投稿を表示するか否か設定... (diff) | |
| download | sharkey-3519cb208ef7cc373b43f6d6adbfd095dd0ae1bc.tar.gz sharkey-3519cb208ef7cc373b43f6d6adbfd095dd0ae1bc.tar.bz2 sharkey-3519cb208ef7cc373b43f6d6adbfd095dd0ae1bc.zip | |
Clean up
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/desktop/views/components/timeline.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/app/desktop/views/components/timeline.vue b/src/client/app/desktop/views/components/timeline.vue index cadff8071c..c99fabcc60 100644 --- a/src/client/app/desktop/views/components/timeline.vue +++ b/src/client/app/desktop/views/components/timeline.vue @@ -30,8 +30,6 @@ export default Vue.extend({ document.addEventListener('keydown', this.onKeydown); window.addEventListener('scroll', this.onScroll); - console.log(this.$refs.tl); - (this.$refs.tl as any).$once('loaded', () => { this.$emit('loaded'); }); |