- 414 名前:名無しさん@お腹いっぱい。 mailto:sage [2007/09/08(土) 21:36:41 ID:Yp75qNNs0]
- >> 413
userContent.js ver1.0の以下の行を try{ SUBSCRIPT_LOADER.loadSubScript(this.url,new Namespace(obj)); return true; } 次の3行に置き換えると, >>382のスクリプトをそのまま書き換えずに使えます。 var namespace = new win.Function(); namespace.prototype = new Namespace(obj); try{ SUBSCRIPT_LOADER.loadSubScript(this.url,new namespace()); return true; }
|

|