Fix for Internet Explorer, which is picky about commas.

This commit is contained in:
Kevin McCarthy 2007-10-05 13:59:04 -07:00
parent cfaa18a1cf
commit 60ce1db581

View File

@ -39,7 +39,7 @@ MemberDisplayInfo.prototype = {
this.name = name;
this.descr = descr;
this.type = type;
},
}
};