Skip to content

Commit

Permalink
Fix div in AltContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Apr 20, 2015
1 parent 4cacaff commit a155e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AltContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var AltContainer = React.createClass(assign({
displayName: 'AltContainer',

render: function () {
return this.altRender(React.DOM.div)
return this.altRender('div')
}
}, mixinContainer(React)))

Expand Down

0 comments on commit a155e7d

Please sign in to comment.