X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageEvent.js;h=f26a3250f63a08182825ab39be5ecc29aee67dae;hp=4e69e81b965dbe1d8bb1c8fd6513f85ca21113ed;hb=6dd1bccff42c25fd646f2538cafa1cb19e45f88c;hpb=deff7a2f11dca2b300b258d1e93d71e3b2e34c84 diff --git a/js/pageEvent.js b/js/pageEvent.js index 4e69e81..f26a325 100644 --- a/js/pageEvent.js +++ b/js/pageEvent.js @@ -84,7 +84,7 @@ euphorik.PageEvent.prototype.waitEvent = function(funSend, funsReceive) { "page" : this.page }; var poulpe = funSend(); - poulpe.each(function(k, v) { + objectEach(poulpe, function(k, v) { dataToSend[k] = v; });