ng2-pdfjs-viewer
Advanced tools
Comparing version 0.2.26 to 0.2.27
@@ -65,3 +65,6 @@ import { Component, Input, NgModule, ViewChild } from '@angular/core'; | ||
} | ||
console.log("Status of window - " + this.viewerTab.closed); | ||
console.log("Tab is - " + this.viewerTab); | ||
if (this.viewerTab) { | ||
console.log("Status of window - " + this.viewerTab.closed); | ||
} | ||
if (this.externalWindow && typeof this.viewerTab === 'undefined') { | ||
@@ -68,0 +71,0 @@ this.viewerTab = window.open('', '_blank'); |
@@ -68,3 +68,6 @@ (function (global, factory) { | ||
} | ||
console.log("Status of window - " + this.viewerTab.closed); | ||
console.log("Tab is - " + this.viewerTab); | ||
if (this.viewerTab) { | ||
console.log("Status of window - " + this.viewerTab.closed); | ||
} | ||
if (this.externalWindow && typeof this.viewerTab === 'undefined') { | ||
@@ -71,0 +74,0 @@ this.viewerTab = window.open('', '_blank'); |
{ | ||
"name": "ng2-pdfjs-viewer", | ||
"version": "0.2.26", | ||
"version": "0.2.27", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8904633
73983