Skip to content

Commit

Permalink
fix(compiling): add colon to fix compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vargentum committed Sep 13, 2016
1 parent c5cf3eb commit b218276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class BreakpointMonitor extends Component {
}
static propTypes = {
bp: PT.object.isRequired,
overwriteDefaultBp: PT.bool
overwriteDefaultBp: PT.bool,
throttleBy: PT.number,
style: PT.object
}
Expand Down

0 comments on commit b218276

Please sign in to comment.