Comply w/ coding style

This commit is contained in:
Lyubo Marinov 2017-02-21 13:33:25 -06:00
parent 023359b9d2
commit 26e119bfc2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export class Container extends AbstractContainer {
*
* @static
*/
static propTypes = AbstractContainer.propTypes;
static propTypes = AbstractContainer.propTypes
/**
* Implements React's {@link Component#render()}.