From 0408018cdca027e450cbf8a58e68aee0045c1675 Mon Sep 17 00:00:00 2001 From: tzury Date: Tue, 16 Sep 2008 19:03:15 +0300 Subject: [PATCH] fixing README --- README.md | 4 ++-- jquery.hotkeys.js | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6cd8307..7ba55ff 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ When using jQuery, if an event handler returns false, jQuery will call `stopProp Tested with *jQuery 1.2.6* ## Browser support -
+
 
@@ -55,7 +55,7 @@ Tested with *jQuery 1.2.6*
 
IE 6/7/8FF 1.5/2/3Opera-9Safari-3Chrome-0.2
GNU/Linuxx++xx
-
+ * \+ Works fine. * X The browser is not available on that platform. * ? I don't have that browser installed on that platform. diff --git a/jquery.hotkeys.js b/jquery.hotkeys.js index 40aadcf..82c3b76 100644 --- a/jquery.hotkeys.js +++ b/jquery.hotkeys.js @@ -23,10 +23,8 @@ USAGE: Note: This plugin wraps the following jQuery methods: $.fn.find, $.fn.bind and $.fn.unbind - */ - (function (jQuery){ // keep reference to the original $.fn.bind and $.fn.unbind jQuery.fn.__bind__ = jQuery.fn.bind;