Skip to content

Commit

Permalink
Make Tree#expand always return a promise.
Browse files Browse the repository at this point in the history
Fixes #1415.
  • Loading branch information
edhager committed Apr 11, 2018
1 parent ff2acad commit 69b92f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ define([
// if unspecified, toggles the current state.

if (!this._treeColumn) {
return;
return when();
}

var grid = this,
Expand Down

0 comments on commit 69b92f2

Please sign in to comment.