ngx-modal-dialog
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -398,7 +398,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
ModalDialogInstanceService.prototype.closeAnyExistingModalDialog = function () { | ||
// tslint:disable-next-line | ||
console.log(1); | ||
while (this.componentRefs.length) { | ||
// tslint:disable-next-line | ||
console.log(2); | ||
this.componentRefs[this.componentRefs.length - 1].destroy(); | ||
@@ -405,0 +401,0 @@ } |
{ | ||
"name": "ngx-modal-dialog", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Dynamic modal dialog for Angular", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -12,7 +12,3 @@ var ModalDialogInstanceService = (function () { | ||
ModalDialogInstanceService.prototype.closeAnyExistingModalDialog = function () { | ||
// tslint:disable-next-line | ||
console.log(1); | ||
while (this.componentRefs.length) { | ||
// tslint:disable-next-line | ||
console.log(2); | ||
this.componentRefs[this.componentRefs.length - 1].destroy(); | ||
@@ -19,0 +15,0 @@ } |
Sorry, the diff of this file is not supported yet
113456
1104