You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/02/25 13:09:46 UTC

[2/2] git commit: Fix a JSHint warning - remove trailing whitespace

Updated Branches:
  refs/heads/master 80735f84c -> c4c78ae41


Fix a JSHint warning - remove trailing whitespace


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c4c78ae4
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c4c78ae4
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c4c78ae4

Branch: refs/heads/master
Commit: c4c78ae416704c48254f24a48744d978c06cb423
Parents: 7c39e36
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Feb 25 14:09:21 2013 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Feb 25 14:09:21 2013 +0200

----------------------------------------------------------------------
 .../html/autocomplete/wicket-autocomplete.js       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/c4c78ae4/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
----------------------------------------------------------------------
diff --git a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
index 0c29ccb..5678e39 100644
--- a/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
+++ b/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/wicket-autocomplete.js
@@ -54,7 +54,7 @@
 		var ignoreFocus = false;		// ignore focus and gain because menu is showing
 		var	ignoreKeyEnter = false;		// ignore key ENTER because is already hid the autocomplete list
 		var ignoreOneFocusGain = false; // on FF, clicking an option in the pop-up would make field loose focus; focus() call only has effect in FF after popup is hidden, so the re-focusing must not show popup again in this case
-		var ignoreChange = false;		// ignore change event because TAB or ENTER event already triggered a change  
+		var ignoreChange = false;		// ignore change event because TAB or ENTER event already triggered a change
 
 		var initialElement;