Cleans up csp and fixes +10289

pull/223/head
Dana 2015-11-16 12:45:22 +00:00
rodzic 7cde3f4cf3
commit e43051343f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;
}