From 2f27f61a1fc97aa2a12fb6cf9656ef4fe70013da Mon Sep 17 00:00:00 2001 From: Marina Zhurakhinskaya Date: Mon, 9 Nov 2009 17:49:01 -0500 Subject: [PATCH] Remove trailing whitespaces in dash.js Trailing whitespaces cause warnings. --- js/ui/dash.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/ui/dash.js b/js/ui/dash.js index da4f8e887..823a15d81 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -66,7 +66,7 @@ const PLACES = "places"; * Returns the index in an array of a given length that is obtained * if the provided index is incremented by an increment and the array * is wrapped in if necessary. - * + * * index: prior index, expects 0 <= index < length * increment: the change in index, expects abs(increment) <= length * length: the length of the array @@ -318,7 +318,7 @@ SearchEntry.prototype = { else this.entry.text = ''; - // Return true to stop the signal emission, so that this.actor doesn't get + // Return true to stop the signal emission, so that this.actor doesn't get // the button-press-event and re-highlight itself. return true; })); @@ -341,7 +341,7 @@ SearchEntry.prototype = { _resetTextState: function (searchEntryClicked) { let text = this.getText(); this._iconBox.remove_all(); - // We highlight the search box if the user starts typing in it + // We highlight the search box if the user starts typing in it // or just clicks in it to indicate that the search is active. if (text != '' || searchEntryClicked) { if (!searchEntryClicked)