Skip to content

Commit 109b97b

Browse files
committed
Fix dangling comma
1 parent fbad287 commit 109b97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CaptureClicks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var omit = require('object.omit');
1010
var PROP_TYPES = {
1111
component: React.PropTypes.oneOfType([
1212
React.PropTypes.string,
13-
React.PropTypes.func,
13+
React.PropTypes.func
1414
]).isRequired,
1515
environment: React.PropTypes.object,
1616
gotoURL: React.PropTypes.func

0 commit comments

Comments
 (0)