Merge pull request #2586 from RileyTomasek/master

Fix typo in comment of jquery-bootstrap example
This commit is contained in:
Paul O’Shannessy
2014-12-18 14:15:30 -08:00

View File

@@ -13,7 +13,7 @@ var BootstrapButton = React.createClass({
var BootstrapModal = React.createClass({
// The following two methods are the only places we need to
// integrate with Bootstrap or jQuery!
// integrate Bootstrap or jQuery with the components lifecycle methods.
componentDidMount: function() {
// When the component is added, turn it into a modal
$(this.getDOMNode())