From c18220cb4ffe3b116ac9c3cc9288a6466e143db2 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 24 Feb 2013 16:28:09 +0530 Subject: [PATCH] typo --- source/Ox.UI/js/Core/Message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Core/Message.js b/source/Ox.UI/js/Core/Message.js index ddd3dec0..5849cd83 100644 --- a/source/Ox.UI/js/Core/Message.js +++ b/source/Ox.UI/js/Core/Message.js @@ -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,