Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ Information about what version or versions of jQuery this plugin has been
tested with and what browsers it has been tested in.

### jQuery Versions ###
1.3.2
1.3.2+

For jQuery 1.9.2+ you also need the jQuery.browser plugin.

[https://github.com/gabceb/jquery-browser-plugin](https://github.com/gabceb/jquery-browser-plugin)

### Browsers Tested ###
Internet Explorer 6-8, Firefox 3, Safari 3-4, Chrome, Opera 9.
Expand Down
2 changes: 1 addition & 1 deletion jquery.ba-postmessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
p_receiveMessage,

// I couldn't get window.postMessage to actually work in Opera 9.64!
has_postMessage = window[postMessage] && !$.browser.opera;
has_postMessage = window[postMessage] && ($.browser.opera === undefined || !$.browser.opera);

// Method: jQuery.postMessage
//
Expand Down
2 changes: 1 addition & 1 deletion jquery.ba-postmessage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.