[richfaces-svn-commits] JBoss Rich Faces SVN: r11900 - trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Dec 18 17:55:26 EST 2008


Author: nbelaevski
Date: 2008-12-18 17:55:25 -0500 (Thu, 18 Dec 2008)
New Revision: 11900

Modified:
   trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
Constant commented

Modified: trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
--- trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-12-18 20:53:00 UTC (rev 11899)
+++ trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js	2008-12-18 22:55:25 UTC (rev 11900)
@@ -487,5 +487,5 @@
 }
 
 Richfaces.ComboBox.SPECIAL_KEYS = [
-	Event.KEY_RETURN, Event.KEY_UP, Event.KEY_DOWN, Event.KEY_RIGHT, Event.KEY_LEFT, Event.KEY_ESC, Event.KEY_TAB, 16 
+	Event.KEY_RETURN, Event.KEY_UP, Event.KEY_DOWN, Event.KEY_RIGHT, Event.KEY_LEFT, Event.KEY_ESC, Event.KEY_TAB, 16 /* vladimir claims 16 is shift key code */ 
 ]
\ No newline at end of file




More information about the richfaces-svn-commits mailing list