Remove unreachable js code

This commit is contained in:
Dmitriy Simushev 2016-06-04 14:03:37 +00:00
parent 85d1acad5e
commit ce3a59b13c

View File

@ -52,7 +52,6 @@
break;
default:
throw new Error("Don't know how to start!");
break;
}
});