fix missing decl
parent
11e176df66
commit
79af89fd1b
|
@ -36,6 +36,7 @@ module.exports = React.createClass({
|
||||||
render: function() {
|
render: function() {
|
||||||
var content = this.props.mxEvent.getContent();
|
var content = this.props.mxEvent.getContent();
|
||||||
var originalBody = content.body;
|
var originalBody = content.body;
|
||||||
|
var body;
|
||||||
|
|
||||||
if (this.props.searchTerm) {
|
if (this.props.searchTerm) {
|
||||||
var lastOffset = 0;
|
var lastOffset = 0;
|
||||||
|
|
|
@ -36,6 +36,7 @@ module.exports = React.createClass({
|
||||||
render: function() {
|
render: function() {
|
||||||
var content = this.props.mxEvent.getContent();
|
var content = this.props.mxEvent.getContent();
|
||||||
var originalBody = content.body;
|
var originalBody = content.body;
|
||||||
|
var body;
|
||||||
|
|
||||||
if (this.props.searchTerm) {
|
if (this.props.searchTerm) {
|
||||||
var lastOffset = 0;
|
var lastOffset = 0;
|
||||||
|
|
Loading…
Reference in New Issue