Is this line in DybLayer.js right
this.id=a[0]||"JSDynLayer"+(DynLayer.nullCount++)
?
Or, may be, it will be
this.id=(a[0]||"JSDynLayer")+(DynLayer.nullCount++)
?
Because the first line is equivalent to
this.id=a[0]||("JSDynLayer"+(DynLayer.nullCount++))
and widgets must count layers independent.
Yura Silvestrov
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev
[Dynapi-Dev] (may be) typo in DynLayer
���� ����������� Mon, 26 Feb 2001 01:53:25 -0800
- RE: [Dynapi-Dev] (may be) typo in DynLayer ���� �����������
