4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
Discourse.NotificationsController = Ember.ArrayController.extend(Discourse.HasCurrentUser, {
|
|
itemController: "notification"
|
|
});
|