add missing spaces; 'switch' is not a function

This commit is contained in:
Dão Gottwald
2010-02-06 11:40:06 +01:00
parent df4568f5c8
commit a9c19d3312
10 changed files with 12 additions and 13 deletions

View File

@@ -109,7 +109,7 @@
function initPage()
{
// Handoff to the appropriate initializer, based on error code
switch(getErrorCode()) {
switch (getErrorCode()) {
case "malwareBlocked" :
initPage_malware();
break;