Fix syntax errors

This commit is contained in:
Jan Svoboda
2020-03-09 10:35:06 +01:00
parent 5536934af4
commit 867f239c5b
2 changed files with 2 additions and 2 deletions

View File

@@ -566,7 +566,7 @@ var dtpPanel = Utils.defineClass({
Me.settings,
'changed::progress-show-count',
() => this._initProgressManager()
],
]
);
if (isVertical) {

View File

@@ -104,7 +104,7 @@ var ProgressManager = Utils.defineClass({
this.emit('progress-entry-removed', entry);
},
_acquireUnityDBus() {
_acquireUnityDBus: function() {
if (!this._unity_bus_id) {
Gio.DBus.session.own_name('com.canonical.Unity',
Gio.BusNameOwnerFlags.ALLOW_REPLACEMENT, null, null);