From 7fbcd147d538eb4001167830e5f165df51662700 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 7 Jul 2015 12:16:59 -0700 Subject: [PATCH] Make Notification::getDetail public --- src/notification.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notification.coffee b/src/notification.coffee index 4439446cf..5aea47fa7 100644 --- a/src/notification.coffee +++ b/src/notification.coffee @@ -37,6 +37,7 @@ class Notification getTimestamp: -> @timestamp + # Public: Retrieves the {String} detail. getDetail: -> @options.detail isEqual: (other) ->