@olton/query
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "@olton/query", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Query is a minimalist JavaScript library for manipulating with HTML Elements", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -13,4 +13,5 @@ export class DataSet { | ||
// TODO check this | ||
if (!instanceMap.has(key) && instanceMap.size !== 0) { | ||
console.error(`Query doesn't allow more than one instance per element. Bound instance: ${Array.from(instanceMap.keys())[0]}.`) | ||
//console.error(`Query doesn't allow more than one instance per element. Bound instance: ${Array.from(instanceMap.keys())[0]}.`) | ||
return | ||
@@ -17,0 +18,0 @@ } |
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
10681738
3305