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

Modified Files:
        dragdrop.js 
Log Message:
Fixed check for children.

Index: dragdrop.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/ext/dragdrop.js,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** dragdrop.js 2000/12/07 21:28:48     1.3
--- dragdrop.js 2001/01/11 21:20:12     1.4
***************
*** 9,13 ****
  */ 
  DynLayer.prototype.DragDrop=function(s){
!       if (!this.hasChild()) return;
        for (var i in this.children) {
                var ch=this.children[i];
--- 9,13 ----
  */ 
  DynLayer.prototype.DragDrop=function(s){
!       if (!this.children.length>0) return;
        for (var i in this.children) {
                var ch=this.children[i];


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

Reply via email to