|
@@ -80,6 +80,7 @@ function Crowi() {
|
|
|
bookmark: new (require('../events/bookmark'))(this),
|
|
bookmark: new (require('../events/bookmark'))(this),
|
|
|
tag: new (require('../events/tag'))(this),
|
|
tag: new (require('../events/tag'))(this),
|
|
|
admin: new (require('../events/admin'))(this),
|
|
admin: new (require('../events/admin'))(this),
|
|
|
|
|
+ notification: new (require('../events/notification'))(this),
|
|
|
};
|
|
};
|
|
|
}
|
|
}
|
|
|
|
|
|