Comparing version 0.1.6 to 0.1.7
@@ -218,6 +218,5 @@ (function (name, context, definition) { | ||
//prototype chain | ||
while(obj && obj._hooks){ | ||
var hooks = obj._hooks[name]; | ||
if(hooks) | ||
pipe.unshift(hooks); | ||
while(obj){ | ||
if(obj.hasOwnProperty('_hooks') && obj._hooks[name]) | ||
pipe.unshift(obj._hooks[name]); | ||
obj = prototypeOf(obj); | ||
@@ -224,0 +223,0 @@ } |
{ | ||
"name": "ginga", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Ginga modularises asynchronous control flow of Javascript functions.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
18721
11
497