From eaf02dccf979d824667d177544103af000ae40bf Mon Sep 17 00:00:00 2001 From: John Foerch Date: Thu, 8 May 2014 22:23:36 -0400 Subject: [PATCH] hints.js: whitespace --- modules/hints.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/hints.js b/modules/hints.js index 71abce4..582430c 100644 --- a/modules/hints.js +++ b/modules/hints.js @@ -443,8 +443,8 @@ hints_minibuffer_annotation.prototype = { constructor: hints_minibuffer_annotation, update: function () { - var s = []; - if (this.hints.manager && this.hints.manager.last_selected_hint) { + var s = []; + if (this.hints.manager && this.hints.manager.last_selected_hint) { var elem = this.hints.manager.last_selected_hint.elem; if (elem.hasAttribute("onmousedown") || elem.hasAttribute("onclick")) @@ -465,7 +465,7 @@ hints_minibuffer_annotation.prototype = { s.push(uri); } catch (e) {} } - } + } this.input.annotation = s.join(" "); }, @@ -505,7 +505,7 @@ function hints_minibuffer_state (minibuffer, buffer) { basic_minibuffer_state.call(this, minibuffer, $prompt = arguments.$prompt, $keymap = arguments.$keymap); if (hints_minibuffer_annotation_mode_enabled) - this.hints_minibuffer_annotation = new hints_minibuffer_annotation(this, buffer.window); + this.hints_minibuffer_annotation = new hints_minibuffer_annotation(this, buffer.window); this.original_prompt = arguments.$prompt; let deferred = Promise.defer(); -- 2.11.4.GIT