Make Notification::getDetail public

This commit is contained in:
Kevin Sawicki 2015-07-07 12:16:59 -07:00
parent 4ba552c515
commit 7fbcd147d5

View File

@ -37,6 +37,7 @@ class Notification
getTimestamp: -> @timestamp
# Public: Retrieves the {String} detail.
getDetail: -> @options.detail
isEqual: (other) ->