Comparing version 9.0.2 to 9.0.3
{ | ||
"name": "mmenu-js", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"main": "dist/mmenu.js", | ||
@@ -5,0 +5,0 @@ "module": "src/mmenu.js", |
@@ -97,2 +97,6 @@ /** | ||
/** | ||
* Get a prefixed ID from a possibly orifinal ID. | ||
* @param id The possibly original ID. | ||
*/ | ||
export const cloneId = (id) => { | ||
@@ -104,2 +108,3 @@ if (id.slice(0, 9) == 'mm-clone-') { | ||
}; | ||
/** | ||
@@ -106,0 +111,0 @@ * Get the original ID from a possibly prefixed ID. |
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
415347
7080