flyson
flyso****@users*****
2005年 12月 23日 (金) 10:03:20 JST
Index: bbs2chreader/content/bbs2chreader/lib/rdf.js diff -u bbs2chreader/content/bbs2chreader/lib/rdf.js:1.3 bbs2chreader/content/bbs2chreader/lib/rdf.js:1.4 --- bbs2chreader/content/bbs2chreader/lib/rdf.js:1.3 Sat Nov 5 01:18:04 2005 +++ bbs2chreader/content/bbs2chreader/lib/rdf.js Fri Dec 23 10:03:20 2005 @@ -231,12 +231,12 @@ /** * nsIRDFDate 型のプロパティ値を取得する - * @param {variable} aSourceOrID リソースまたはリソースID + * @param {variable} aResourceOrID リソースまたはリソースID * @param {string} aProperty プロパティの名前 * @type number * @return プロパティ値 */ - getDateProperty: function(aSourceOrID, aProperty){ + getDateProperty: function(aResourceOrID, aProperty){ var source = (typeof(aResourceOrID)=="string") ? this.getResource(aResourceOrID) : aResourceOrID; var target = this.ds.GetTarget(source, this.getResource(aProperty), true);