Skip to content

Commit

Permalink
Add missing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Mazzuola committed Nov 10, 2015
1 parent 80c0308 commit f8bfcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snackbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Snackbar = React.createClass({
onDismiss: React.PropTypes.func,
openOnMount: React.PropTypes.bool,
style: React.PropTypes.object,
bodyStyle: React.PropTypes.object
bodyStyle: React.PropTypes.object,
},

//for passing default theme context to children
Expand Down

0 comments on commit f8bfcf2

Please sign in to comment.