Remove extra condition, left over

This commit is contained in:
Matt Pass
2013-07-03 14:47:10 +01:00
parent 8716026ae8
commit 1d8f8dcdf9

View File

@@ -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) {