|
@@ -14,11 +14,9 @@ class CommentService {
|
|
|
|
|
|
|
|
commentEvent!: any;
|
|
commentEvent!: any;
|
|
|
|
|
|
|
|
- activityService: any;
|
|
|
|
|
-
|
|
|
|
|
constructor(crowi: any) {
|
|
constructor(crowi: any) {
|
|
|
this.crowi = crowi;
|
|
this.crowi = crowi;
|
|
|
- this.activityService = crowi.activityService;
|
|
|
|
|
|
|
+
|
|
|
this.commentEvent = crowi.event('comment');
|
|
this.commentEvent = crowi.event('comment');
|
|
|
|
|
|
|
|
// init
|
|
// init
|