mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix typo in comment of jquery-bootstrap example
This commit is contained in:
Vendored
+1
-1
@@ -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