socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit b1b996f22fc1b65a0be742b5d42d46eee7b18719
parent 25bff8a37e81d696e51e779e961acd846007b1a2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 25 Mar 2018 13:55:26 +0200

I guess my IDE lies so lets try if it now builds

Diffstat:
Msrc/app/papers-list/papers-list.component.ts | 2--
Msrc/app/tweet-list/tweet-list.component.ts | 2--
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/app/papers-list/papers-list.component.ts b/src/app/papers-list/papers-list.component.ts @@ -19,10 +19,8 @@ import {Lightbox} from '../utils/lightbox'; }) export class PapersListComponent implements OnInit { data: (Paper)[]; - lightbox: Lightbox; constructor(private apiService: ApiService, private toastr: ToastrService, private lightbox: Lightbox) { - this.lightbox = lightbox; Raven.captureBreadcrumb({ message: 'Listing Papers', category: 'papers-list' diff --git a/src/app/tweet-list/tweet-list.component.ts b/src/app/tweet-list/tweet-list.component.ts @@ -21,10 +21,8 @@ export class TweetListComponent implements OnInit { @Input() uuid; data: (TweetsEntity)[]; paperData: Paper; - lightbox: Lightbox; constructor(private apiService: ApiService, private toastr: ToastrService, private lightbox: Lightbox) { - this.lightbox = lightbox; Raven.captureBreadcrumb({ message: 'Showing Paper', category: 'paper',