Fixing the tests

This commit is contained in:
Phips Peter
2014-09-23 16:04:18 -07:00
parent c5c3575304
commit 236a885f67
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ var PropTypesSpecification: React.Specification<any, any> = {
return null;
}
},
render(): React.Descriptor<any> {
render: (): React.Descriptor<any> => {
return null;
}
};