Finish rename of MessageParents, re-add moment to page

(we were getting crashes in the initial setup of a backbone view)
pull/1/head
Scott Nonnenberg 7 years ago
parent cdd16c9780
commit e5322e8261
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

@ -1,4 +1,4 @@
Rendering a real `Whisper.MessageView` using `<util.ConversationContextProvider />` and
Rendering a real `Whisper.MessageView` using `<util.ConversationContext />` and
`<util.BackboneWrapper />`.
```jsx

@ -44,6 +44,9 @@ module.exports = {
{
src: 'test/legacy_bridge.js',
},
{
src: 'node_modules/moment/min/moment-with-locales.min.js',
},
{
src: 'js/components.js',
},

Loading…
Cancel
Save