Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv13591

Modified Files:
        dynlayer.js 
Log Message:
added a Mac fix to setHTML  (now adds a  \n  at the end of the line)

Index: dynlayer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** dynlayer.js 2001/02/09 15:22:20     1.24
--- dynlayer.js 2001/02/10 20:43:16     1.25
***************
*** 411,414 ****
--- 411,415 ----
  DynLayer.prototype.setHTML=function(html,noevt) {
        this.html=html?html:'';
+       if (this.platform=='mac') this.html+='\n'
        if (this.css==null) return;
        if (noevt!=false) this.invokeEvent("beforeload");


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

Reply via email to