angular-gridster2
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -21,2 +21,3 @@ "use strict"; | ||
GridsterDraggable.prototype.destroy = function () { | ||
delete this.gridster.movingItem; | ||
delete this.gridsterItem; | ||
@@ -109,4 +110,6 @@ delete this.gridster; | ||
setTimeout(function () { | ||
this.gridster.movingItem = null; | ||
this.gridster.previewStyle(); | ||
if (this.gridster) { | ||
this.gridster.movingItem = null; | ||
this.gridster.previewStyle(); | ||
} | ||
}.bind(this)); | ||
@@ -113,0 +116,0 @@ }; |
@@ -11,2 +11,4 @@ "use strict"; | ||
GridsterEmptyCell.prototype.destroy = function () { | ||
delete this.initialItem; | ||
delete this.gridster.movingItem; | ||
delete this.gridster; | ||
@@ -144,4 +146,6 @@ }; | ||
this.initialItem = null; | ||
this.gridster.movingItem = null; | ||
this.gridster.previewStyle(); | ||
if (this.gridster) { | ||
this.gridster.movingItem = null; | ||
this.gridster.previewStyle(); | ||
} | ||
}.bind(this)); | ||
@@ -148,0 +152,0 @@ this.gridster.cdRef.markForCheck(); |
@@ -22,2 +22,3 @@ "use strict"; | ||
GridsterResizable.prototype.destroy = function () { | ||
delete this.gridster.movingItem; | ||
delete this.gridsterItem; | ||
@@ -145,4 +146,6 @@ delete this.gridster; | ||
setTimeout(function () { | ||
this.gridster.movingItem = null; | ||
this.gridster.previewStyle(); | ||
if (this.gridster) { | ||
this.gridster.movingItem = null; | ||
this.gridster.previewStyle(); | ||
} | ||
}.bind(this)); | ||
@@ -149,0 +152,0 @@ }; |
{ | ||
"name": "angular-gridster2", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
183036
3219