Skip to content
Snippets Groups Projects

Agnostic media modal

Merged Olivia Madrid requested to merge feat/media-modal-service-1822 into master
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
@@ -21,11 +21,11 @@ export class BlogCard {
constructor(
public session: Session,
public attachment: AttachmentService,
// private router: Router,
// protected featuresService: FeaturesService,
// private overlayModal: OverlayModalService
) {
public attachment: AttachmentService
) // private router: Router,
// protected featuresService: FeaturesService,
// private overlayModal: OverlayModalService
{
this.minds = window.Minds;
}
Loading