Skip to content

Commit

Permalink
remove underscore from proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodie Doubleday committed Aug 19, 2015
1 parent 5767d10 commit 1595bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/anchor/code/views/anchorView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = React.createClass({
children: React.PropTypes.node,
data: React.PropTypes.object,
href: React.PropTypes.string,
target: React.PropTypes.oneOf(['self', 'blank', 'parent', 'top']),
target: React.PropTypes.oneOf(['_self', '_blank', '_parent', '_top']),
title: React.PropTypes.string
},

Expand Down

0 comments on commit 1595bb5

Please sign in to comment.