angular-gridster2
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -22,3 +22,5 @@ "use strict"; | ||
delete this.gridster.movingItem; | ||
this.gridster.previewStyle(); | ||
if (this.gridster.previewStyle) { | ||
this.gridster.previewStyle(); | ||
} | ||
delete this.gridsterItem; | ||
@@ -25,0 +27,0 @@ delete this.gridster; |
@@ -23,3 +23,5 @@ "use strict"; | ||
delete this.gridster.movingItem; | ||
this.gridster.previewStyle(); | ||
if (this.gridster.previewStyle) { | ||
this.gridster.previewStyle(); | ||
} | ||
delete this.gridsterItem; | ||
@@ -26,0 +28,0 @@ delete this.gridster; |
{ | ||
"name": "angular-gridster2", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"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
188811
3300