From 4e0ab92827a9ae690afc04a92f2f472c4eeaabcd Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 24 Nov 2014 17:33:09 -0800 Subject: [PATCH] Fix Notification::getDetail --- src/notification.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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