1
0
Fork 0
forked from 0x2620/oxjs

update Message code

This commit is contained in:
rolux 2013-02-24 16:27:37 +05:30
commit e6bc3dcdbb
3 changed files with 70 additions and 41 deletions

View file

@ -289,7 +289,7 @@ Ox.load.UI = function(options, callback) {
Ox.$window = Ox.UI.$window = $(window);
Ox.$parent = {
postMessage: function(event, message) {
Ox.Message.post(event, message);
Ox.Message.post(Ox.$parent, event, message);
return this;
},
onMessage: function() {