Skip to content

Commit e77ed32

Browse files
committed
Typo (om => pm)
1 parent 2bfef35 commit e77ed32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postmessage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var NO_JQUERY = {};
6262
};
6363

6464
// bind postmessage with callback reply
65-
$.om.bind_c = window.pm.bind_c = function(type, fn, origin, hash) {
65+
$.pm.bind_c = window.pm.bind_c = function(type, fn, origin, hash) {
6666
pm.bind_c(type, fn, origin, hash);
6767
}
6868

0 commit comments

Comments
 (0)