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; }