finder({}, function(){}, function(){}); - you are calling using function invocation pattern and "this" will not point to Model class anymore.
I am not sure why App.Models.User.findAllFunky; is successful.
Why do you want to do this?