fix infinitescroll in contacts pages

This commit is contained in:
Fabian Rodriguez 2014-01-12 20:44:23 -02:00 committed by Florian Staudacher
parent f0ae80b82f
commit 5aa86a5def

View file

@ -608,7 +608,7 @@
if (scrollTimeout) { clearTimeout(scrollTimeout); }
scrollTimeout = setTimeout(function() {
jQuery.event.handle.apply( context, args );
jQuery.event.dispatch.apply( context, args );
}, execAsap === "execAsap"? 0 : 100);
}
};