[gnome-sound-recorder/bilelmoussaoui/misc: 2/6] row: export RowState



commit b3e336ca2f623c23c29fcb7448d3adfd27654ab2
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sun Jun 14 15:27:51 2020 +0200

    row: export RowState

 src/row.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/row.js b/src/row.js
index aec1b49..b176acd 100644
--- a/src/row.js
+++ b/src/row.js
@@ -1,9 +1,9 @@
-/* exported Row */
+/* exported Row RowState */
 const { GObject, Handy } = imports.gi;
 
 var Utils = imports.utils;
 
-var RowState = {
+const RowState = {
     PLAYING: 0,
     PAUSED: 1,
 };


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