chaosrouter
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -183,4 +183,7 @@ | ||
this.directives = directives; | ||
if (this.directives['execute'] === undefined) | ||
this.directives['execute'] = [[router.defaultExec]]; | ||
this.directives['execute'] = []; | ||
this.directives['execute'].push([router.defaultExec]); | ||
} | ||
@@ -187,0 +190,0 @@ Endpoint.prototype.directive = function (name, fn) { |
{ | ||
"name": "chaosrouter", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "ERROR: No README data found!", | ||
@@ -5,0 +5,0 @@ "main": "chaosrouter.js", |
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
18781
616