What kind of JavaScript is this Page.getProximityListCallback = function(obj) {; is this a function?
Surely it is but what is it with this syntax? Can someone explain?
Update:
Thank you for your answers. Here is a follow up: Why then use function Page() {}? What is its purpose? Why not just call getProximityListCallback()?