Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
AUI-1320 - Source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Mak committed May 29, 2014
1 parent 0eac110 commit fa98802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aui-tree/js/aui-tree-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ var TreeNodeIO = A.Component.create({
instance.set(LOADED, false);
}

if (io && !loaded && !loading && !this.hasChildNodes() && !instance.isLeaf()) {
if (io && !loaded && !loading && !instance.hasChildNodes() && !instance.isLeaf()) {
if (!cache) {
// remove all children to reload
instance.empty();
Expand Down

0 comments on commit fa98802

Please sign in to comment.