Skip to content

Commit

Permalink
fixed issue with switching cTrees from nav drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchmitz81 committed Jun 1, 2017
1 parent 1a853ca commit d4d0ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctree-loader/ctree-loader-behavior-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@

_keyChanged: function(cTreeKey, previousKey) {
var cTreeData = cTreesData[cTreeKey];
var createCTree = !this._cTreeData;
var createCTree = !cTreeData;
if (createCTree) {
cTreeData = {
url: this.url,
Expand Down

0 comments on commit d4d0ba1

Please sign in to comment.