recalculate width while resize (#4676)

+ close #4645
 + throttleByAnimationFrameDecorator as a function decorator
This commit is contained in:
陆离
2017-01-26 11:23:54 +08:00
committed by GitHub
parent 879bc9320c
commit 5cd111d486
4 changed files with 68 additions and 10 deletions

View File

@@ -3,6 +3,7 @@
"strictNullChecks": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"jsx": "preserve",
"target": "es6"
},