Skip to content

Commit

Permalink
[changed] handlers receive route name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Aug 1, 2014
1 parent a597441 commit 2100b8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/components/Route.js
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 2100b8c

Please sign in to comment.