File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var Link = Router.Link;
7
7
8
8
var App = React . createClass ( {
9
9
10
- mixins : [ Router . Transitions ] ,
10
+ mixins : [ Router . Navigation ] ,
11
11
12
12
getInitialState : function ( ) {
13
13
return {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ var Index = React.createClass({
67
67
68
68
var Contact = React . createClass ( {
69
69
70
- mixins : [ Router . Transitions ] ,
70
+ mixins : [ Router . Navigation ] ,
71
71
72
72
getStateFromStore : function ( props ) {
73
73
props = props || this . props ;
@@ -120,7 +120,7 @@ var Contact = React.createClass({
120
120
121
121
var NewContact = React . createClass ( {
122
122
123
- mixins : [ Router . Transitions ] ,
123
+ mixins : [ Router . Navigation ] ,
124
124
125
125
createContact : function ( event ) {
126
126
event . preventDefault ( ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var Dashboard = React.createClass({
27
27
28
28
var Form = React . createClass ( {
29
29
30
- mixins : [ Router . Transitions ] ,
30
+ mixins : [ Router . Navigation ] ,
31
31
32
32
statics : {
33
33
willTransitionFrom : function ( transition , component ) {
You can’t perform that action at this time.
0 commit comments