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
-
+
| IE 6/7/8 | FF 1.5/2/3 | Opera-9 | Safari-3 | Chrome-0.2 | |
@@ -55,7 +55,7 @@ Tested with *jQuery 1.2.6*
GNU/Linux | x | + | + | x | x | |
-
+
* \+ 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;