Merge "ui: fix 437, error in container aspect when children aren't in searchSession"

This commit is contained in:
Aaron Boodman 2014-05-06 02:30:48 +00:00 committed by Gerrit Code Review
commit 9c016905a5
1 changed files with 1 additions and 3 deletions

View File

@ -334,9 +334,7 @@ cam.IndexPage = React.createClass({
},
handleDetailURL_: function(blobref) {
var m = this.searchSession_.getMeta(blobref);
var rm = this.searchSession_.getResolvedMeta(blobref);
return this.getDetailURL_(m.blobRef);
return this.getDetailURL_(blobref);
},
getDetailURL_: function(blobref) {