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

Modified Files:
        dynlayer.js 
Log Message:
is.mac ==> is.platform=="mac"

Index: dynlayer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** dynlayer.js 2001/04/03 19:59:44     1.45
--- dynlayer.js 2001/04/07 00:47:42     1.46
***************
*** 302,306 ****
  DynLayer.prototype.setHTML=function(html,noevt) {
        this.html=html?html:'';
!       if (is.mac) this.html+='\n';
        if (this.css==null) return;
        if (noevt!=false) this.invokeEvent("beforeload");
--- 302,306 ----
  DynLayer.prototype.setHTML=function(html,noevt) {
        this.html=html?html:'';
!       if (is.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