aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/hotkeys/hotkeys.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-12 09:52:08 +0200
committerChocobozzz <me@florianbigard.com>2018-09-12 09:52:08 +0200
commitbcb0c8958fa624ce815a1e2ba1b0acda0bf6aaa8 (patch)
treebe6e9a4bbb7d1aceb41d4796168bcbb4623a4a84 /client/src/app/core/hotkeys/hotkeys.component.ts
parentc13e2bf340644a28012ac7ee3cf1d57763342baa (diff)
downloadPeerTube-bcb0c8958fa624ce815a1e2ba1b0acda0bf6aaa8.tar.gz
PeerTube-bcb0c8958fa624ce815a1e2ba1b0acda0bf6aaa8.tar.zst
PeerTube-bcb0c8958fa624ce815a1e2ba1b0acda0bf6aaa8.zip
Fix client build
Diffstat (limited to 'client/src/app/core/hotkeys/hotkeys.component.ts')
-rw-r--r--client/src/app/core/hotkeys/hotkeys.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/hotkeys/hotkeys.component.ts b/client/src/app/core/hotkeys/hotkeys.component.ts
index f6f299965..fd62289fa 100644
--- a/client/src/app/core/hotkeys/hotkeys.component.ts
+++ b/client/src/app/core/hotkeys/hotkeys.component.ts
@@ -9,8 +9,8 @@ import { HotkeysService, Hotkey } from 'angular2-hotkeys'
9 styleUrls: [ './hotkeys.component.scss' ] 9 styleUrls: [ './hotkeys.component.scss' ]
10}) 10})
11export class CheatSheetComponent implements OnInit, OnDestroy { 11export class CheatSheetComponent implements OnInit, OnDestroy {
12 helpVisible = false
13 @Input() title = this.i18n('Keyboard Shortcuts:') 12 @Input() title = this.i18n('Keyboard Shortcuts:')
13 helpVisible = false
14 subscription: Subscription 14 subscription: Subscription
15 15
16 hotkeys: Hotkey[] 16 hotkeys: Hotkey[]