Bug 1138125 - this.tree.view is undefined when first opening calendar view; r=Decathlon

This commit is contained in:
Geoff Lankow 2015-03-04 22:24:20 +13:00
Родитель 666767a2ac
Коммит a86ef7db25
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -601,7 +601,7 @@ var unifinderTreeView = {
* @param aItemArray An array of items to select.
*/
setSelectedItems: function uTV_setSelectedItems(aItemArray) {
if (this.doingSelection || !this.tree) {
if (this.doingSelection || !this.tree || !this.tree.view) {
return;
}