X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageEvent.js;h=f26a3250f63a08182825ab39be5ecc29aee67dae;hp=4e69e81b965dbe1d8bb1c8fd6513f85ca21113ed;hb=1146f3264ff7535ff3408230140414789c3c25da;hpb=48fe12fba37afba9f9d490cf78ce439c21fe6b70 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; });