Fix Notification::getDetail

This commit is contained in:
Ben Ogle
2014-11-24 17:33:09 -08:00
parent b662281958
commit 4e0ab92827

View File

@@ -13,7 +13,7 @@ class Notification
getTimestamp: -> @timestamp
getDetail: -> @optons.detail
getDetail: -> @options.detail
isClosable: ->
!!@options.closable