LP1821382 Angular holdings maintenance continued.
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / share / combobox / combobox.component.ts
index 8b018d5..63f964e 100644 (file)
@@ -89,7 +89,7 @@ export class ComboboxComponent implements OnInit {
 
     // Useful for massaging the match string prior to comparison
     // and display.  Default version trims leading/trailing spaces.
-    formatDisplayString: (ComboboxEntry) => string;
+    formatDisplayString: (e: ComboboxEntry) => string;
 
     constructor(
       private elm: ElementRef,