Bugs item #458666, was opened at 2001-09-05 03:40
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=458666&group_id=5757

Category: DynAPI 2 API
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin Schädler (martinschaedler)
Assigned to: Nobody/Anonymous (nobody)
Summary: Useless expression in dynlayer.js

Initial Comment:
I use Dynapi version 2.54.
The new Mozzilla show the following warnings:

-------------------------------------
Warning: Useless expression 
Sourcefile: dynapi/api/dynlayer.js Line 386

:
if (is.ns4) return this.doc.height;
else if (is.ie) {
->>>>>>if (is.platform=="mac") this.elm.offsetHeight;
return parseInt(this.elm.scrollHeight);
:
                }

-------------------------------------
Warning: Useless expression 
Sourcefile: dynapi/api/dynlayer.js Line 369

:
if (is.ns4) return this.doc.width;
else if (is.ie) {
->>>>> if (is.platform=="mac") this.elm.offsetWidth;
 return parseInt(this.elm.scrollWidth);
}
:

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


The problem is, that there is only a variable-name,
but no an command like return or an assign.

CU
Martin

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

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

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

Reply via email to