07/10/27 10:29:43 uty+q7Nf
どういう名前の技術だったかわすれましたが
var _this = this;
myVars.onLoad = function (bSuccess)
{
if ( bSuccess )
{
_this.ary = new Array();
_this.ary['test'] = "hoge";
_this.test = "hoge";
}
}
こんな感じの処理ってできないんすかね?
関数は呼べてるんだけど、変数への値の格納が出来なくてundefinedになる。