Rename file for Whisper.ReactWrapperView (#2232)
This commit is contained in:
parent
c6c3b65bbc
commit
8467352994
3 changed files with 5 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
window.Whisper = window.Whisper || {};
|
||||
|
||||
window.Whisper.ReactWrapper = Backbone.View.extend({
|
||||
window.Whisper.ReactWrapperView = Backbone.View.extend({
|
||||
className: 'react-wrapper',
|
||||
initialize(options) {
|
||||
const { Component, props, onClose } = options;
|
Loading…
Add table
Add a link
Reference in a new issue