abstract-object
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -215,4 +215,3 @@ /** `Object#toString` result shortcuts */ | ||
}, | ||
//get non-empty constructor function: | ||
//if all parent constructor are empty return null. | ||
//get latest non-empty constructor function through inherits link: | ||
getConstructor: function(ctor) { | ||
@@ -219,0 +218,0 @@ var result = ctor; |
{ | ||
"name": "abstract-object", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "AbstractObject with Object State Events Support, RefObject with RefCount and AddRef/Release Support.", | ||
@@ -12,2 +12,4 @@ "homepage": "https://github.com/snowyu/abstract-object", | ||
"RefObject.js", | ||
"util.js", | ||
"Error.js", | ||
"test", | ||
@@ -14,0 +16,0 @@ "lib" |
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
34012
19
378