From: <no...@so...> - 2001-01-28 22:28:14
|
Bug #130357, was updated on 2001-Jan-28 14:27 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core - Widgets Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: marstr Assigned to : nobody Summary: small typo in list.js Details: there's a small typo (i think) in list.js line 76 if (this.selected=b) { should be if (this.selected==b) { right? For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=130357&group_id=5757 |