Added the missing break in switch statement
@ -190,6 +190,7 @@ switch(caseValue){
break
case 3:
// code
default:
}