Merge pull request +13145 from c9/ide-update-smf-arm-cs50

update smf arm and cs50 plugins
pull/282/head
Lennart C. L. Kats 2016-03-31 13:44:17 +02:00
commit 6bcaea7e84
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -461,7 +461,8 @@ define(function(require, exports, module) {
var child = node.children[0];
if (!child || !child.isFolder || child.$depth > 0xff)
return;
if (fsCache.isFileHidden(child.path))
return;
if (isExpand && !child.isOpen) {
expandNode(child);
return true;