Comparing version 2.0.2 to 2.0.3
@@ -317,3 +317,3 @@ /*! CMUI | MIT License | http://cmui.net */ | ||
$elem.attr('class', classNames.join(' ')) | ||
setTimeout(() => { | ||
setTimeout(function () { | ||
if (!isVisible) _shrink() | ||
@@ -320,0 +320,0 @@ }, FADEOUT_DURATION) |
{ | ||
"name": "cmui", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"homepage": "http://cmui.net/", | ||
@@ -5,0 +5,0 @@ "repository": "CMUI/CMUI", |
@@ -74,3 +74,3 @@ | ||
$elem.attr('class', classNames.join(' ')) | ||
setTimeout(() => { | ||
setTimeout(function () { | ||
if (!isVisible) _shrink() | ||
@@ -77,0 +77,0 @@ }, FADEOUT_DURATION) |
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
148691