Skip to content

Commit 743bc80

Browse files
committed
Removed unused code
1 parent 042e351 commit 743bc80

File tree

1 file changed

+0
-7
lines changed
  • Angular2/ClientApp/app/models

1 file changed

+0
-7
lines changed

Angular2/ClientApp/app/models/Book.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,10 @@ export class Book extends BookBaseViewModel {
5252
characters: string[];
5353
series: SeriesBaseViewModel[];
5454

55-
charactersAsString: () => string;
5655
seriesWithLineBreaksAndAnchors: () =>string;
5756
charactersWithLineBreaks: () => string;
58-
getImageData: () => void;
5957

6058
registerFunctions = () => {
61-
this.charactersAsString = () => {
62-
return this.characters.length > 0
63-
? this.characters.join(',')
64-
: '';
65-
};
6659

6760
this.seriesWithLineBreaksAndAnchors = () => {
6861
if (this.series.length == 0) {

0 commit comments

Comments
 (0)