From afd8ee760ebb36ee86efbf762315ba988ced5c10 Mon Sep 17 00:00:00 2001 From: Braun Patrik Date: Thu, 23 Jun 2016 22:58:31 +0200 Subject: [PATCH] package update --- common/entities/AutoCompleteItem.ts | 2 +- frontend/app/frame/frame.component.html | 2 +- package.json | 15 +++++++-------- typings.json | 7 +++---- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/common/entities/AutoCompleteItem.ts b/common/entities/AutoCompleteItem.ts index 91ee220..d6bbf5a 100644 --- a/common/entities/AutoCompleteItem.ts +++ b/common/entities/AutoCompleteItem.ts @@ -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) { diff --git a/frontend/app/frame/frame.component.html b/frontend/app/frame/frame.component.html index 531d434..9a0902e 100644 --- a/frontend/app/frame/frame.component.html +++ b/frontend/app/frame/frame.component.html @@ -17,7 +17,7 @@