Whoops, didn't mean to add this
This commit is contained in:
parent
32bd9d155c
commit
6e324a0dd1
1 changed files with 2 additions and 2 deletions
|
@ -547,9 +547,9 @@ module.exports = React.createClass({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
notifyNewScreen: function(screen, queryParamString) {
|
notifyNewScreen: function(screen) {
|
||||||
if (this.props.onNewScreen) {
|
if (this.props.onNewScreen) {
|
||||||
this.props.onNewScreen(screen, queryParamString);
|
this.props.onNewScreen(screen);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue