📝 Add standard global notation

This commit is contained in:
Lee Dohm 2016-03-26 15:50:07 -07:00
parent 1548ceff4a
commit 5fc111a104

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: ->