Skip to content

Commit 76fe696

Browse files
JustinTullossryanflorence
authored andcommitted
Removed trailing comma
Trailing commas don't work in old versions of IE, and are not present in the rest of the codebase. Removed the one that remained, which allows Google Closure compiler to compiles this code.
1 parent 26b5e33 commit 76fe696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/components/Route.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var Route = React.createClass({
7272

7373
getUnreservedProps: function (props) {
7474
return withoutProperties(props, RESERVED_PROPS);
75-
},
75+
}
7676

7777
},
7878

0 commit comments

Comments
 (0)