can-define
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -36,3 +36,3 @@ "use strict"; | ||
var isDefineType = function(func){ | ||
return func && (func.canDefineType === true || (typeof func === "object" && func[newSymbol]) ); | ||
return func && (func.canDefineType === true || func[newSymbol] ); | ||
}; | ||
@@ -39,0 +39,0 @@ |
{ | ||
"name": "can-define", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Create observable objects with JS dot operator compatibility", | ||
@@ -5,0 +5,0 @@ "main": "can-define.js", |
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
302504