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
> [EMAIL PROTECTED]
> ICQ: 12107010
>
>
>
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev