From ce3a59b13c69407ca2ba13d077733d6c37401391 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Sat, 4 Jun 2016 14:03:37 +0000 Subject: [PATCH] Remove unreachable js code --- src/mibew/js/source/chat/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mibew/js/source/chat/app.js b/src/mibew/js/source/chat/app.js index ea7ace5f..7c272cc2 100644 --- a/src/mibew/js/source/chat/app.js +++ b/src/mibew/js/source/chat/app.js @@ -52,7 +52,6 @@ break; default: throw new Error("Don't know how to start!"); - break; } });