fix(message-extension): Exception in base class

This commit is contained in:
Ben Gotow 2016-03-11 10:54:36 -08:00
parent aaa5bd17b7
commit a61d7b9b3b

View file

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