File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ var mergeProperties = require('../helpers/mergeProperties');
5
5
var goBack = require ( '../helpers/goBack' ) ;
6
6
var replaceWith = require ( '../helpers/replaceWith' ) ;
7
7
var transitionTo = require ( '../helpers/transitionTo' ) ;
8
- var withoutProperties = require ( '../helpers/withoutProperties' ) ;
9
8
var Route = require ( '../components/Route' ) ;
10
9
var Path = require ( '../helpers/Path' ) ;
11
10
var ActiveStore = require ( '../stores/ActiveStore' ) ;
@@ -29,10 +28,6 @@ var Routes = React.createClass({
29
28
30
29
statics : {
31
30
32
- getUnreservedProps : function ( props ) {
33
- return withoutProperties ( props , RESERVED_PROPS ) ;
34
- } ,
35
-
36
31
/**
37
32
* Handles errors that were thrown asynchronously. By default, the
38
33
* error is re-thrown so we don't swallow them silently.
You can’t perform that action at this time.
0 commit comments