[gnome-documents/wip/gepub] embed: fix coding style
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/wip/gepub] embed: fix coding style
- Date: Wed, 22 Jun 2016 13:41:06 +0000 (UTC)
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]