📝 Drop redundant notification

This commit is contained in:
Kevin Sawicki
2015-04-22 16:20:31 -07:00
parent 05fdc85282
commit ec9310e94f

View File

@@ -18,10 +18,10 @@ class Notification
getOptions: -> @options
# Public: Retrieves the {String} notification type.
# Public: Retrieves the {String} type.
getType: -> @type
# Public: Retrieves the {String} notification message.
# Public: Retrieves the {String} message.
getMessage: -> @message
getTimestamp: -> @timestamp