Comparing version 0.1.9 to 0.2.0
{ | ||
"name": "ss-utils", | ||
"title": "ServiceStack JavaScript Utils", | ||
"version": "0.1.9", | ||
"version": "0.2.0", | ||
"description": "ServiceStack's JavaScript library providing a number of convenience utilities in developing javascript web apps. Integrates with ServiceStack's Server features including Error Handling, Validation and Server Events", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/ServiceStack/ss-utils", |
@@ -104,3 +104,3 @@ ;(function (root, f) { | ||
} | ||
return url; | ||
return route[0] === '/' ? '/' + url : url; | ||
}; | ||
@@ -107,0 +107,0 @@ $.ss.createUrl = function(route, args) { |
29978