Project

General

Profile

« Previous | Next » 

Revision 54775

[trunk]: Remove unnecessary logs from library.

View differences:

publishedIn.component.ts
59 59
    ngOnInit() {}
60 60

  
61 61
    public scroll() {
62
      console.info("scroll into view");
63 62
      if (typeof document !== 'undefined') {
64 63
         this.element.nativeElement.scrollIntoView();
65 64
      }

Also available in: Unified diff