You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2026-05-16 09:21:12 +02:00
package update
This commit is contained in:
@@ -6,7 +6,7 @@ export enum SearchTypes {
|
||||
}
|
||||
|
||||
export class AutoCompleteItem {
|
||||
constructor(public text:string, public type:SearchTypes) {
|
||||
constructor(public text:string, public type:SearchTypes) {
|
||||
}
|
||||
|
||||
equals(other:AutoCompleteItem) {
|
||||
|
||||
Reference in New Issue
Block a user