mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-04 07:44:01 +01:00
Remove extra condition, left over
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user