Cleans up csp and fixes +10289

This commit is contained in:
Dana 2015-11-16 12:45:22 +00:00
parent 7cde3f4cf3
commit e43051343f

View File

@ -68,7 +68,7 @@ function csp() {
res.csp(key, directive[key]);
}
else {
throw new TypeError("Invalud argument 'directive'");
throw new TypeError("Invalid argument 'directive'");
}
return;
}