Skip to content

Commit

Permalink
fix for singlequote warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Apr 8, 2015
1 parent 2f0ba3e commit 94a8be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TabbedArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const TabbedArea = React.createClass({

getDefaultProps() {
return {
bsStyle: "tabs",
bsStyle: 'tabs',
animation: true
};
},
Expand Down

0 comments on commit 94a8be4

Please sign in to comment.