[gnome-documents] trivial: coding style fixes



commit dc80fc422fc1c463e0874d9f6ca8477934d34e40
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Feb 27 14:30:38 2013 -0500

    trivial: coding style fixes

 src/application.js |    2 +-
 src/preview.js     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index e691c05..99a4d0c 100644
--- a/src/application.js
+++ b/src/application.js
@@ -375,7 +375,7 @@ const Application = new Lang.Class({
               window_mode: WindowMode.WindowMode.PREVIEW,
               callback: this._onActionToggle,
               state: GLib.Variant.new('b', false),
-              accel: 'F5',
+              accel: 'F5'
             },
             { name: 'print-current', accel: '<Primary>p',
               callback: this._onActionPrintCurrent,
diff --git a/src/preview.js b/src/preview.js
index 27a4617..d87d8b5 100644
--- a/src/preview.js
+++ b/src/preview.js
@@ -289,7 +289,7 @@ const PreviewView = new Lang.Class({
             uri = this._uriRewrite(uri);
 
         try {
-            Gio.AppInfo.launch_default_for_uri(uri, context)
+            Gio.AppInfo.launch_default_for_uri(uri, context);
         } catch (e) {
             log('Unable to open external link: ' + e.message);
         }


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