From: Robert R. <rra...@ya...> - 2001-02-26 20:11:28
|
Actually, the else is not even needed since the the if above returns. Thanks for noticing that, I will update cvs soon. -- // Robert Rainwater -- DynAPI Homepage: http://dynapi.sourceforge.net/ DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ On Monday, February 26, 2001 7:31:24 AM Michael Pemberton wrote: > there is a minor syntax glitch in the setClip() method. > else { > if (c.indexOf("rect(")>-1) { > ..... > } > } > should be: > else if (c.indexOf("rect(")>-1) { > ..... > } > > -- > Michael Pemberton > mp...@ph... > ICQ: 12107010 > > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev |