Skip to content

Commit

Permalink
Merge pull request remix-run#157 from rackt/send-name-to-handlers
Browse files Browse the repository at this point in the history
[changed] handlers receive route name
  • Loading branch information
mjackson committed Aug 6, 2014
2 parents a265b49 + 2100b8c commit 6665391
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/components/Route.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var withoutProperties = require('../helpers/withoutProperties');
*/
var RESERVED_PROPS = {
handler: true,
name: true,
path: true,
children: true // ReactChildren
};
Expand Down

0 comments on commit 6665391

Please sign in to comment.