Finish rename of MessageParents, re-add moment to page
(we were getting crashes in the initial setup of a backbone view)
This commit is contained in:
parent
cdd16c9780
commit
e5322e8261
2 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue