functionality
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -20,3 +20,3 @@ module.exports = Context; | ||
this.matched = false; | ||
this.handlers = overload.handlers.on.concat(overload.handlers.or, overload.handlers.then); | ||
this.handlers = this.overload.handlers.on.concat(this.overload.handlers.or, this.overload.handlers.then); | ||
}; | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "functionality", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Simple function overloading for JavaScript", | ||
@@ -5,0 +5,0 @@ "author": "Sierra Softworks", |
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
18493