Skip to content

Commit

Permalink
fix align PropTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jun 14, 2016
1 parent 851bd41 commit 62c16e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rc-tooltip",
"version": "3.3.4",
"version": "3.3.5",
"description": "React Tooltip",
"keywords": [
"react",
Expand Down
5 changes: 1 addition & 4 deletions src/Tooltip.jsx
Expand Up @@ -21,10 +21,7 @@ const Tooltip = React.createClass({
mouseLeaveDelay: PropTypes.number,
getTooltipContainer: PropTypes.func,
destroyTooltipOnHide: PropTypes.bool,
align: PropTypes.shape({
offset: PropTypes.array,
targetOffset: PropTypes.array,
}),
align: PropTypes.object,
arrowContent: PropTypes.any,
},

Expand Down

0 comments on commit 62c16e1

Please sign in to comment.