We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfef35 commit e77ed32Copy full SHA for e77ed32
postmessage.js
@@ -62,7 +62,7 @@ var NO_JQUERY = {};
62
};
63
64
// bind postmessage with callback reply
65
- $.om.bind_c = window.pm.bind_c = function(type, fn, origin, hash) {
+ $.pm.bind_c = window.pm.bind_c = function(type, fn, origin, hash) {
66
pm.bind_c(type, fn, origin, hash);
67
}
68
0 commit comments