429
回編集
細編集の要約なし |
細編集の要約なし |
||
114行目: | 114行目: | ||
NIJC_WindowOnLoad(); | NIJC_WindowOnLoad(); | ||
jQuery(function($){ | jQuery(function($){ | ||
if (typeof($.proxy) == 'undefined') { | |||
$.prototype.proxy = function(fn, thisObject) { | |||
return function() { | |||
return fn.apply(thisObject, arguments); | |||
}; | |||
}; | |||
} | |||
/** | /** |