Fix 'Missing JSDoc comment  require-jsdoc'

This commit is contained in:
Lyubo Marinov
2017-06-01 21:01:50 -05:00
parent a5d8b4a933
commit 4dc658c270
60 changed files with 60 additions and 60 deletions

View File

@@ -21,7 +21,7 @@ class Dialog extends AbstractDialog {
* I18n key to put as body title.
*/
bodyKey: React.PropTypes.string
}
};
/**
* Implements React's {@link Component#render()}.