Comparing version 0.7.0 to 0.7.1
/* | ||
pd(obj) -> propertyDescriptorsOfObject { | ||
bindAll: function that binds all the methods of an object to the object, | ||
bindAll: function that binds all the methods of an object to the object | ||
extend: function that extends the first argument with the rest | ||
Name: returns a namespace(anyKey) -> uniqueObject function | ||
memoize: returns a memoized version of the function | ||
} | ||
pd requires ES5. Uses the shimmable subset of ES5. | ||
*/ | ||
@@ -189,3 +188,3 @@ ;(function (Object, slice) { | ||
list.forEach(function (cb) { | ||
typeof cb === "function" && cb.call(this, caches[key]) | ||
typeof cb === "function" && cb.apply(this, caches[key]) | ||
}, this) | ||
@@ -192,0 +191,0 @@ } |
{ | ||
"name": "pd", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Manage propertyDescriptors, an OO utility", | ||
@@ -5,0 +5,0 @@ "keywords": ["oo", "oop", "propertydescriptor", "arch", "utility"], |
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