[gnome-sound-recorder] ES6 warning fix



commit bee1540623261ac5baddc047f4db0a21c10603b0
Author: Kavan Mevada <kavanmevada gmail com>
Date:   Wed Apr 15 13:57:49 2020 +0000

    ES6 warning fix

 src/encodingProfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/encodingProfile.js b/src/encodingProfile.js
index 33186eb..f747e29 100644
--- a/src/encodingProfile.js
+++ b/src/encodingProfile.js
@@ -2,7 +2,7 @@ const Gst = imports.gi.Gst;
 const GstPbutils = imports.gi.GstPbutils;
 
 
-const EncodingProfile = {
+var EncodingProfile = {
     Profiles: {
         VORBIS: { index: 0,
             name: 'VORBIS',


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