whoops, syntax error

This commit is contained in:
Mads
2015-05-14 18:57:45 +02:00
parent 9a53f5ee84
commit 2dabe041c4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -814,7 +814,7 @@ declare module "react/addons" {
interface UpdateSpec {
$set?: any;
$merge?: {};
$apply(value: any)?: any;
$apply?(value: any): any;
// [key: string]: UpdateSpec;
}