Merge pull request #8632 from devoncarew/patch-2

Update notification-manager.coffee
This commit is contained in:
Max Brunsfeld 2015-09-01 22:31:11 -07:00
commit f299c8e366

View File

@ -80,7 +80,7 @@ class NotificationManager
# Public: Get all the notifications.
#
# Returns an {Array} of {Notifications}s.
# Returns an {Array} of {Notification}s.
getNotifications: -> @notifications.slice()
###