Add missing semicolon

This commit is contained in:
Ben Alpert
2015-03-25 18:10:49 -07:00
parent a4630c3928
commit b32fbef7c5
@@ -583,7 +583,7 @@ describe('ReactCompositeComponent', function() {
getInitialState: function() {
return {
flag: false
}
};
},
render: function() {