mirror of
https://github.com/facebook/react.git
synced 2026-02-24 12:43:00 +00:00
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
@@ -12,7 +12,7 @@ var BootstrapButton = React.createClass({
|
||||
});
|
||||
|
||||
var BootstrapModal = React.createClass({
|
||||
// The following two methods are the only places we need to
|
||||
// The following four methods are the only places we need to
|
||||
// integrate with Bootstrap or jQuery!
|
||||
componentDidMount: function() {
|
||||
// When the component is added, turn it into a modal
|
||||
|
||||
Reference in New Issue
Block a user