diff --git a/src/notification.coffee b/src/notification.coffee index 04de5db18..e64373740 100644 --- a/src/notification.coffee +++ b/src/notification.coffee @@ -13,7 +13,7 @@ class Notification getTimestamp: -> @timestamp - getDetail: -> @optons.detail + getDetail: -> @options.detail isClosable: -> !!@options.closable