less delete this.*

This commit is contained in:
Benjamin Pasero
2016-03-16 16:01:58 +01:00
parent 7a8a81b5fb
commit 7827514998
8 changed files with 17 additions and 24 deletions

View File

@@ -103,7 +103,7 @@ export class ExtHostStatusBarEntry implements StatusBarItem {
// Defer the update so that multiple changes to setters dont cause a redraw each
this._timeoutHandle = setTimeout(() => {
delete this._timeoutHandle;
this._timeoutHandle = null;
// Set to status bar
this._proxy.setEntry(this.id, this.text, this.tooltip, this.command, this.color,