mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add missing semicolon
This commit is contained in:
@@ -583,7 +583,7 @@ describe('ReactCompositeComponent', function() {
|
||||
getInitialState: function() {
|
||||
return {
|
||||
flag: false
|
||||
}
|
||||
};
|
||||
},
|
||||
|
||||
render: function() {
|
||||
|
||||
Reference in New Issue
Block a user