Skip to content

Commit

Permalink
Removed trailing comma
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JustinTulloss authored and ryanflorence committed Oct 6, 2014
1 parent 26b5e33 commit 76fe696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/components/Route.js
Expand Up @@ -72,7 +72,7 @@ var Route = React.createClass({

getUnreservedProps: function (props) {
return withoutProperties(props, RESERVED_PROPS);
},
}

},

Expand Down

0 comments on commit 76fe696

Please sign in to comment.