Fix indentation issues in altTab.js, plus minor cleanup in some other files.
This commit is contained in:
parent
c4b4248707
commit
be95ca553a
@ -131,7 +131,6 @@ DocDisplay.prototype = {
|
|||||||
|
|
||||||
// Gets the list of recent items from the recent items manager.
|
// Gets the list of recent items from the recent items manager.
|
||||||
_refreshCache : function() {
|
_refreshCache : function() {
|
||||||
let me = this;
|
|
||||||
if (!this._docsStale)
|
if (!this._docsStale)
|
||||||
return;
|
return;
|
||||||
this._allItems = this._docManager.getItems();
|
this._allItems = this._docManager.getItems();
|
||||||
|
@ -233,7 +233,7 @@ GenericDisplayItem.prototype = {
|
|||||||
return details;
|
return details;
|
||||||
},
|
},
|
||||||
|
|
||||||
// Destoys the item.
|
// Destroys the item.
|
||||||
destroy: function() {
|
destroy: function() {
|
||||||
this.actor.destroy();
|
this.actor.destroy();
|
||||||
},
|
},
|
||||||
|
@ -10,7 +10,6 @@ const Pango = imports.gi.Pango;
|
|||||||
const Shell = imports.gi.Shell;
|
const Shell = imports.gi.Shell;
|
||||||
const Signals = imports.signals;
|
const Signals = imports.signals;
|
||||||
|
|
||||||
const DocDisplay = imports.ui.docDisplay;
|
|
||||||
const DocInfo = imports.misc.docInfo;
|
const DocInfo = imports.misc.docInfo;
|
||||||
|
|
||||||
const COLLAPSED_WIDTH = 24;
|
const COLLAPSED_WIDTH = 24;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user