JS1103: Missing 'case' or 'default' statement
Visual Studio 2005
The first line of code inside a switch statement block does not begin with a case or default keyword.
To correct this error
-
Add a case or default keyword after the switch statement.