Skip to content

Commit

Permalink
use this.setTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Jan 31, 2016
1 parent 89bed30 commit f09ef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/content/commandline.js
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ const ItemList = Class("ItemList", {
this._divNodes.completions.appendChild(context.cache.nodes.root);
}, this);

setTimeout(this.closure._autoSize, 0);
this.setTimeout(this.closure._autoSize, 0);
},

/**
Expand Down

0 comments on commit f09ef31

Please sign in to comment.