diff options
Diffstat (limited to 'client/app/videos/video-add')
-rw-r--r-- | client/app/videos/video-add/video-add.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/app/videos/video-add/video-add.component.ts b/client/app/videos/video-add/video-add.component.ts index ca583a103..67a04a2b4 100644 --- a/client/app/videos/video-add/video-add.component.ts +++ b/client/app/videos/video-add/video-add.component.ts | |||
@@ -7,7 +7,7 @@ import { PROGRESSBAR_DIRECTIVES } from 'ng2-bootstrap/components/progressbar'; | |||
7 | import { AuthService, User } from '../../users/index'; | 7 | import { AuthService, User } from '../../users/index'; |
8 | 8 | ||
9 | // TODO: import it with systemjs | 9 | // TODO: import it with systemjs |
10 | declare var jQuery:any; | 10 | declare var jQuery: any; |
11 | 11 | ||
12 | @Component({ | 12 | @Component({ |
13 | selector: 'my-videos-add', | 13 | selector: 'my-videos-add', |