Browse Source

Remove unused method

pull/5/head
Gabe Kangas 5 years ago
parent
commit
96870870e1
  1. 9
      webroot/js/message.js

9
webroot/js/message.js

@ -22,15 +22,6 @@ class Message { @@ -22,15 +22,6 @@ class Message {
userColor() {
return messageBubbleColorForString(this.author);
}
toModel() {
return {
author: this.author(),
body: this.body(),
image: this.image(),
id: this.id
};
}
}

Loading…
Cancel
Save