07/09/08 21:36:41 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; }