mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix Notification::getDetail
This commit is contained in:
@@ -13,7 +13,7 @@ class Notification
|
||||
|
||||
getTimestamp: -> @timestamp
|
||||
|
||||
getDetail: -> @optons.detail
|
||||
getDetail: -> @options.detail
|
||||
|
||||
isClosable: ->
|
||||
!!@options.closable
|
||||
|
||||
Reference in New Issue
Block a user