typo
This commit is contained in:
parent
e6bc3dcdbb
commit
c18220cb4f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Ox.Message = (function() {
|
|||
@*/
|
||||
that.post = function(target, event, data) {
|
||||
target = target == Ox.$parent ? window.parent
|
||||
? Ox.isElement(target[0]) ? target[0]
|
||||
: Ox.isElement(target[0]) ? target[0]
|
||||
: $('#' + target)[0];
|
||||
target.postMessage(JSON.stringify({
|
||||
event: event,
|
||||
|
|
Loading…
Reference in a new issue