Appease eslint

This commit is contained in:
Austin Wright
2015-03-14 14:08:18 -07:00
parent b52bb22342
commit 29416f422e
+1 -1
View File
@@ -216,7 +216,7 @@ ReactDOMComponent.Mixin = {
assertValidProps(this, this._currentElement.props);
var tagOpen = this._createOpenTagMarkupAndPutListeners(transaction);
var tagContent = this._createContentMarkup(transaction, context);
if(!tagContent && omittedCloseTags[this._tag]){
if (!tagContent && omittedCloseTags[this._tag]) {
return tagOpen + '/>';
}
return tagOpen + '>' + tagContent + '</' + this._tag + '>';