From 1d8f8dcdf914ded0b1e4dd5309b799dbc8b9f8ca Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 3 Jul 2013 14:47:10 +0100 Subject: [PATCH] Remove extra condition, left over --- test/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.php b/test/index.php index a765af3..d84c0e7 100644 --- a/test/index.php +++ b/test/index.php @@ -47,7 +47,7 @@ test = { x = setInterval(function() { wait(); cM = ICEcoder.getcMInstance(); - if (cM && "undefined" != typeof ICEcoder.openFiles[0]!="") { + if (cM && "undefined" != typeof ICEcoder.openFiles[0]) { testResult("+ GOOD",title+". Took "+t+"ms",x); test.updateDoc(); } else if (t==1000) {