Bugs item #412785, was updated on 2001-03-31 17:28
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=412785&group_id=5757

Category: None
Group: None
>Status: Closed
Priority: 5
Submitted By: Xuefer (xuefer)
Assigned to: Nobody/Anonymous (nobody)
Summary: semicolon by mistake

Initial Comment:
file: dynlayer.js
DynAPI 2
DynAPI X
// function which for ie
DynLayer.prototype.getOuterHTML=function(dlyr) {
....
else if (dlyr.w!=null && dlyr.h!=null); 
s+=' clip:rect(0px '+dlyr.w+'px '+dlyr.h+'px 0px);';
....
}

but what's that ';' behind else if (...) ??
i think the ';' should be taken away,
at least, there's no effect to the "else if (..)" 
statement



----------------------------------------------------------------------

>Comment By: Robert Rainwater (rainwater)
Date: 2001-03-31 23:33

Message:
Logged In: YES 
user_id=16618

Fixed.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=412785&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to