chaosrouter
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -136,3 +136,3 @@ | ||
if(data[validateKey]) | ||
validates.splice(validates.length-1, 0, data[validateKey]); | ||
validates.splice.call(validates, [validates.length-1, 0].concat(data[validateKey])); | ||
} | ||
@@ -151,2 +151,3 @@ | ||
} | ||
directives['validate'] = validates; | ||
@@ -153,0 +154,0 @@ if (directives['base'] === undefined) |
{ | ||
"name": "chaosrouter", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "ERROR: No README data found!", | ||
@@ -5,0 +5,0 @@ "main": "chaosrouter.js", |
18705
615