429
回編集
細編集の要約なし |
細編集の要約なし |
||
118行目: | 118行目: | ||
proxy: function(fn, thisObject) { | proxy: function(fn, thisObject) { | ||
return function() { | return function() { | ||
return fn.apply(thisObject, arguments); | |||
} | |||
} | } | ||
}); | }); |