Author: andrei_exadel
Date: 2008-07-17 09:05:05 -0400 (Thu, 17 Jul 2008)
New Revision: 9654
Modified:
trunk/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js
Log:
RF-3917
Modified:
trunk/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js
===================================================================
---
trunk/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js 2008-07-17
13:00:42 UTC (rev 9653)
+++
trunk/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js 2008-07-17
13:05:05 UTC (rev 9654)
@@ -25,6 +25,7 @@
$.hotkeys.remove('Ctrl+c', {target:'div#editor',
type:'keypress'});
******************************************************************************************************************************/
+var hack;
(function (jQuery){
this.version = '(beta)(0.0.3)';
this.all = {};
@@ -186,4 +187,4 @@
};
jQuery.hotkeys = this;
return jQuery;
-})(jQuery);
\ No newline at end of file
+})(jQuery);
Show replies by date