fix(client) createFileTable: found -> !found

This commit is contained in:
coderaiser 2014-01-20 04:48:48 -05:00
parent d0323c18bf
commit a50e6ab694

View file

@ -437,7 +437,7 @@ var Util, DOM, CloudFunc;
}
}
}
if (found) /* .. */
if (!found) /* .. */
lCurrent = files[0];
DOM.setCurrentFile(lCurrent);