search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Error in onScroll

Asked by Daniel
9 years ago.

Hi!

I get this error:
TypeError: ex.start is undefined

on:
$.post("backend_events.php",
{
start: start.toString(),
end: end.toString()
},
function(data) {
args.events = data;
args.loaded();
}
);

DAniel.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.