fastbinder
Advanced tools
Comparing version 0.3.10 to 0.3.12
@@ -72,6 +72,8 @@ /** | ||
for (var i = 0; i < namespaces.length; i++) { | ||
if (!context[namespaces[i]]) { | ||
return false; | ||
if (namespaces[i]) { | ||
if (!context[namespaces[i]]) { | ||
return false; | ||
} | ||
context = context[namespaces[i]]; | ||
} | ||
context = context[namespaces[i]]; | ||
} | ||
@@ -78,0 +80,0 @@ return context[func]; |
{ | ||
"name": "fastbinder", | ||
"description": "Fast and worry-free dynamic event binding", | ||
"version": "0.3.10", | ||
"version": "0.3.12", | ||
"repository": "https://github.com/andrewchilds/fastbinder.git", | ||
@@ -11,6 +11,2 @@ "author": { | ||
"license": "MIT", | ||
"engines": { | ||
"node": "5.x", | ||
"npm": "3.x" | ||
}, | ||
"scripts": { | ||
@@ -17,0 +13,0 @@ "test": "./node_modules/grunt-cli/bin/grunt test" |
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
18420
876496
92