Fix linting errors in react typings

This commit is contained in:
Adi Dahiya
2015-11-18 14:37:45 -05:00
parent fc341765eb
commit ca5bfe76d2
11 changed files with 61 additions and 62 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ declare namespace __React {
};
totalTime: number;
}
namespace __Addons {
namespace Perf {
export function start(): void;