Fix undefined member variable errors.

This commit is contained in:
Oliver Hamlet
2015-05-27 21:13:23 +01:00
parent d3c27c7f0d
commit 6c07a0990c
+1 -1
View File
@@ -267,7 +267,7 @@ loot-clear-metadata
this.classList.toggle('highlight', newValue.isConflictFilterChecked);
/* Set highlight if the plugin is a search result. */
this.onSearchResultChange(oldValue.isSearchResult, newValue.isSearchResult);
this.onSearchResultChange(undefined, newValue.isSearchResult);
/* Update tooltip positions. */
var tooltips = this.shadowRoot.querySelectorAll('core-tooltip');