1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2026-05-16 09:21:12 +02:00

package update

This commit is contained in:
Braun Patrik
2016-06-23 22:58:31 +02:00
parent 12c8c912f1
commit afd8ee760e
4 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -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) {