fix(message-extension): Exception in base class

This commit is contained in:
Ben Gotow 2016-03-11 10:54:36 -08:00
parent 797c043802
commit 43a3646cd3

View file

@ -25,10 +25,9 @@ Section: Extensions
class MessageViewExtension class MessageViewExtension
### ###
Public: Transform the message body HTML provided in `body` and return HTML Public: Modify the body of the message provided. Note that you're provided
that should be displayed for the message. the entire message object, but you can only change `message.body`.
### ###
@formatMessageBody: ({message}) -> @formatMessageBody: ({message}) ->
return body
module.exports = MessageViewExtension module.exports = MessageViewExtension