From: Doug M. <do...@cr...> - 2001-01-30 15:31:21
|
That just plain silly. It's perfectly valid coding technique. perhaps it would be safer to assign the value first and then test the = condition... -----Original Message----- From: dyn...@li... = [mailto:dyn...@li...]On Behalf Of Michael = Pemberton Sent: 30 January 2001 13:28 To: dyn...@li... Subject: Re: [Dynapi-Dev] [Bug #130357] small typo in list.js please put the "typo" back. What is does is set the value of = this.selected to b and then evaluates the returned value (the new value = of this.selected). It is needed to change the selected state of the = item.=20 no...@so... wrote:=20 Bug #130357, was updated on 2001-Jan-28 14:27=20 Here is a current snapshot of the bug.=20 Project: DynAPI 2=20 Category: Core - Widgets=20 Status: Closed=20 Resolution: Fixed=20 Bug Group: None=20 Priority: 5=20 Submitted by: marstr=20 Assigned to : rainwater=20 Summary: small typo in list.js=20 Details: there's a small typo (i think) in list.js line 76=20 if (this.selected=3Db) {=20 should be=20 if (this.selected=3D=3Db) {=20 right?=20 Follow-Ups:=20 Date: 2001-Jan-28 17:50=20 By: rainwater=20 Comment:=20 Doh! Its been updated in CVS. Closing this bug.=20 -------------------------------------------------------=20 For detailed info, follow this link:=20 = http://sourceforge.net/bugs/?func=3Ddetailbug&bug_id=3D130357&group_id=3D= 5757=20 _______________________________________________=20 Dynapi-Dev mailing list=20 Dyn...@li...=20 http://lists.sourceforge.net/lists/listinfo/dynapi-dev --=20 Michael Pemberton=20 mp...@ph...=20 ICQ: 12107010=20 =20 |