Comparing version 5.4.0 to 5.5.0
@@ -442,3 +442,5 @@ /*global window*/ | ||
MagicPen.prototype.clone = function (format) { | ||
this.ensureCompatibleFormat(format); | ||
if (!this.isEmpty()) { | ||
this.ensureCompatibleFormat(format); | ||
} | ||
@@ -445,0 +447,0 @@ function MagicPenClone() {} |
@@ -782,3 +782,5 @@ /*! | ||
MagicPen.prototype.clone = function (format) { | ||
this.ensureCompatibleFormat(format); | ||
if (!this.isEmpty()) { | ||
this.ensureCompatibleFormat(format); | ||
} | ||
@@ -785,0 +787,0 @@ function MagicPenClone() {} |
{ | ||
"name": "magicpen", | ||
"version": "5.4.0", | ||
"version": "5.5.0", | ||
"description": "Styled output in both consoles and browsers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/MagicPen.js", |
Sorry, the diff of this file is too big to display
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
577999
4297