Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Sort the cache no matter what
  • Loading branch information
mattpardee committed Apr 18, 2012
1 parent 9d4581a commit d3392ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/ext/tree/tree.js
Expand Up @@ -425,8 +425,8 @@ module.exports = ext.register("ext/tree/tree", {

if (this.expandedNodes.indexOf(ide.davPrefix) === -1)
this.expandedNodes.unshift(ide.davPrefix);
else
this.expandedNodes.sort();

this.expandedNodes.sort();

this.loading = true;

Expand Down

0 comments on commit d3392ad

Please sign in to comment.