|
From: Alexey M. <ma...@ca...> - 2000-12-05 17:43:18
|
> also line 14 of dynapi.js (build 2000.11.7) reads:
> wasDraging : false,
You could define object like:
A = new Obj()
or
A = {prop:value,prop2:value}
same array
A = [val1,val2]
Malx
|