Properly mark reference search index as empty when setting internal list

If it didn't get marked otherwise

Caused by I56909801

Bug: 70611
Change-Id: I81bca8f471c6685e48a7d3768f473a6faf5d8459
This commit is contained in:
Alex Monk 2014-09-10 00:09:53 +01:00
parent 1a94fa8320
commit 674f64dbaf

View file

@ -108,6 +108,7 @@ ve.ui.MWReferenceSearchWidget.prototype.setInternalList = function ( internalLis
return;
}
}
this.indexEmpty = true;
};
/**