Fix bug where you have to press back twice to get out of detail view.

Change-Id: Ib2a35b3eb1c92e401cf7826386e174ac6f875339
This commit is contained in:
Aaron Boodman 2014-01-08 03:03:11 -08:00
parent 2bdcf0e2d4
commit 98866f426d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ cam.DetailView = React.createClass({
},
handlePendingNavigation_: function() {
if (!this.handlePendingNavigation_) {
if (!this.pendingNavigation_) {
return;
}