@ampify/aquery
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "@ampify/aquery", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"main": "./dist/aquery.js", | ||
@@ -5,0 +5,0 @@ "module": "./src", |
@@ -764,3 +764,3 @@ import jQuery from 'jquery'; | ||
if (elements instanceof Array) { | ||
aQuery.keepElements(elements); | ||
aQuery.keepElements(...elements); | ||
} else { | ||
@@ -770,4 +770,4 @@ keepElement(elements); | ||
}); | ||
}; | ||
const keepElement = (element) => { | ||
@@ -774,0 +774,0 @@ if (element instanceof jQuery) { |
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
48962