「MediaWiki:Common.js」の版間の差分

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
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);
    };
  };
}


/**
/**