Skip to content

Commit

Permalink
Properly document the object property
Browse files Browse the repository at this point in the history
Fixes #417
Fixes #141
  • Loading branch information
ipeychev committed Jan 3, 2016
1 parent 1d7c187 commit a4dc62a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ui/react/src/components/base/button-keystroke.js
Expand Up @@ -16,8 +16,7 @@
* - keys: The keystroke definition, as expected by http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setKeystroke
* - name: The name for the CKEditor command that will be created. If empty,
* a random name will be created on the fly
*
* @type {Object}
* @property {Object} keystroke
*/
keystroke: React.PropTypes.object.isRequired
},
Expand Down

0 comments on commit a4dc62a

Please sign in to comment.