mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:42:46 +08:00
5 lines
130 B
JavaScript
5 lines
130 B
JavaScript
export default Ember.ArrayController.extend(Discourse.HasCurrentUser, {
|
|
needs: ['header'],
|
|
itemController: "notification"
|
|
});
|