匿名関数の戻り値を引数として別の関数hello1()に渡す必要があります
hello1 = function(x,m) { console.log(m) };
return $(this).each(function() {
var self = this;
hello1(something , function(){ return(this); });
});
console.log(m)を実行すると、... return(this);が表示されます。オブジェクトの代わりに