[gnome-sound-recorder/bilelmoussaoui/misc: 1/3] fix eslint




commit 041190ff9f612263cb61fd6f5c4ef123e1a7ea84
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sun Aug 16 17:05:30 2020 +0200

    fix eslint

 src/application.js | 4 ++--
 src/row.js         | 2 +-
 src/window.js      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 2f99791..1465c23 100644
--- a/src/application.js
+++ b/src/application.js
@@ -126,8 +126,8 @@ var Application = GObject.registerClass(class Application extends Gtk.Applicatio
 
     vfunc_startup() {
         super.vfunc_startup();
-        log("Sound Recorder (%s)".format(pkg.name));
-        log("Version: %s".format(pkg.version));
+        log('Sound Recorder (%s)'.format(pkg.name));
+        log('Version: %s'.format(pkg.version));
 
         let provider = new Gtk.CssProvider();
         provider.load_from_resource('/org/gnome/SoundRecorder/application.css');
diff --git a/src/row.js b/src/row.js
index 9e64ad3..9ad9dbd 100644
--- a/src/row.js
+++ b/src/row.js
@@ -14,7 +14,7 @@ var Row = GObject.registerClass({
         'playbackStack', 'mainStack', 'playButton', 'waveformStack', 'pauseButton',
         'name', 'entry', 'date', 'duration', 'revealer', 'playbackControls', 'rightStack',
         'squeezer', 'saveBtn', 'renameBtn', 'exportBtn', 'saveBtn', 'rightStack',
-        'seekBackward', 'seekForward', 'optionBtn', 'deleteBtn'
+        'seekBackward', 'seekForward', 'optionBtn', 'deleteBtn',
     ],
     Signals: {
         'play': { param_types: [GObject.TYPE_STRING] },
diff --git a/src/window.js b/src/window.js
index 8277265..b138741 100644
--- a/src/window.js
+++ b/src/window.js
@@ -37,7 +37,7 @@ var Window = GObject.registerClass({
     InternalChildren: [
         'recorderTime', 'mainStack', 'recorderBox', 'emptyIcon', 'playbackStack',
         'headerRevealer', 'notificationRevealer', 'notificationMessage',
-        'notificationUndoBtn', 'notificationCloseBtn', 'column'
+        'notificationUndoBtn', 'notificationCloseBtn', 'column',
     ],
 }, class Window extends Handy.ApplicationWindow {
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]