From 98866f426d03157a30c533a99f3ac2bf8e2dfc2d Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Wed, 8 Jan 2014 03:03:11 -0800 Subject: [PATCH] Fix bug where you have to press back twice to get out of detail view. Change-Id: Ib2a35b3eb1c92e401cf7826386e174ac6f875339 --- server/camlistored/ui/detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/camlistored/ui/detail.js b/server/camlistored/ui/detail.js index 5fc6d3ce1..f90b1a781 100644 --- a/server/camlistored/ui/detail.js +++ b/server/camlistored/ui/detail.js @@ -87,7 +87,7 @@ cam.DetailView = React.createClass({ }, handlePendingNavigation_: function() { - if (!this.handlePendingNavigation_) { + if (!this.pendingNavigation_) { return; }