Merge branch 'master' into remove-old-git-status

This commit is contained in:
joshaber
2016-03-28 10:44:28 -04:00

View File

@@ -3,6 +3,9 @@ Notification = require '../src/notification'
# Public: A notification manager used to create {Notification}s to be shown
# to the user.
#
# An instance of this class is always available as the `atom.notifications`
# global.
module.exports =
class NotificationManager
constructor: ->