clean of string stream added (we still need <script> objects clean)
[xynt.git] / web / xynt-dd-test.js
1 function dropt1()
2 {
3     ; //alert("t1");
4 }
5 window.onload = function() {
6     console.log("HT"+$('t1'));
7     xynt_dd.call($('t1'), dropt1, -1600, 1600, 10,10);   
8 }