[gnome-sound-recorder] Linting



commit fbd0d986430ecaf93bedda3245707934db25ac28
Author: Meg Ford <megford gnome org>
Date:   Mon May 18 21:07:56 2015 -0500

    Linting

 src/record.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/record.js b/src/record.js
index 6cda67b..ed21f7c 100644
--- a/src/record.js
+++ b/src/record.js
@@ -316,7 +316,7 @@ const BuildFileName = new Lang.Class({
         let dir = Gio.Application.get_default().saveDir;
         if (dir == null) {
             Application.ensure_directory();
-            let dir = Gio.Application.get_default().saveDir;
+            dir = Gio.Application.get_default().saveDir;
         }
         this.dateTime = GLib.DateTime.new_now_local();
         this.clipNumber = Listview.trackNumber + 1;


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