diff --git a/background.html b/background.html index ac5db582d..0b5fa5cbd 100644 --- a/background.html +++ b/background.html @@ -916,7 +916,7 @@ - + diff --git a/js/views/backbone_wrapper_view.js b/js/views/react_wrapper_view.js similarity index 94% rename from js/views/backbone_wrapper_view.js rename to js/views/react_wrapper_view.js index 87bb44aa1..a30275936 100644 --- a/js/views/backbone_wrapper_view.js +++ b/js/views/react_wrapper_view.js @@ -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; diff --git a/styleguide.config.js b/styleguide.config.js index 1c5e0e724..c832513de 100644 --- a/styleguide.config.js +++ b/styleguide.config.js @@ -117,6 +117,9 @@ module.exports = { src: 'js/emoji_util.js', }, // Select Backbone views + { + src: 'js/views/react_wrapper_view.js', + }, { src: 'js/views/whisper_view.js', },