mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Merge pull request #2586 from RileyTomasek/master
Fix typo in comment of jquery-bootstrap example
This commit is contained in:
2
examples/jquery-bootstrap/js/app.js
vendored
2
examples/jquery-bootstrap/js/app.js
vendored
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user