mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
overview.js: Define class dtpOverview using 'var'
Signed-off-by: Alexander Rüedlinger <a.rueedlinger@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ const Mainloop = imports.mainloop;
|
||||
|
||||
const Meta = imports.gi.Meta;
|
||||
|
||||
const dtpOverview = new Lang.Class({
|
||||
var dtpOverview = new Lang.Class({
|
||||
Name: 'DashToPanel.Overview',
|
||||
|
||||
_numHotkeys: 10,
|
||||
|
||||
Reference in New Issue
Block a user