mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
panelStyle.js: Define class dtpPanelStyle using 'var'
Signed-off-by: Alexander Rüedlinger <a.rueedlinger@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ const Shell = imports.gi.Shell;
|
||||
|
||||
const Taskbar = Me.imports.taskbar;
|
||||
|
||||
const dtpPanelStyle = new Lang.Class({
|
||||
var dtpPanelStyle = new Lang.Class({
|
||||
Name: 'DashToPanel.PanelStyle',
|
||||
|
||||
_init: function(settings) {
|
||||
@@ -285,4 +285,4 @@ const dtpPanelStyle = new Lang.Class({
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user