]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/comment/linkifier.service.ts
Merge from upstream
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / linkifier.service.ts
index 4f4ec1e5d88a435f3c013afdebf17dd0c1e680a4..2529c9eaf40c7bac517fdf73b89dfe67e4f3c050 100644 (file)
@@ -41,7 +41,7 @@ export class LinkifierService {
     const TT_UNDERSCORE = TT.UNDERSCORE
     const TT_DOT = TT.DOT
 
-    function MENTION (value: any) {
+    function MENTION (this: any, value: any) {
       this.v = value
     }