[gnome-documents/wip/gepub] embed: fix coding style



commit a0335d360bd35f5df95ce96ea40f7b71c0a2bfb9
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Jun 21 13:49:11 2016 -0700

    embed: fix coding style

 src/embed.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/embed.js b/src/embed.js
index fb5efed..338d86b 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -303,10 +303,9 @@ const Embed = new Lang.Class({
             break;
         }
 
-        if (this._toolbar.searchbar) {
+        if (this._toolbar.searchbar)
             this._toolbar.searchbar.connectJS('activate-result',
-                                               Lang.bind(this, this._onActivateResult));
-        }
+                                              Lang.bind(this, this._onActivateResult));
     },
 
     _restoreSearch: function() {


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