diamond.js
Advanced tools
Comparing version 0.2.27 to 0.2.28
@@ -22,3 +22,3 @@ // Generated by CoffeeScript 1.8.0 | ||
if (callback != null) { | ||
return this.route(name, callback); | ||
return this.route("/" + name, callback); | ||
} | ||
@@ -25,0 +25,0 @@ }; |
{ | ||
"name": "diamond.js", | ||
"description": "Generic MVC web framework", | ||
"version": "0.2.27", | ||
"version": "0.2.28", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Arthur Xavier", |
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
36755