added new closure to cristalize the function name of the ancestor class to be called
[xynt.git] / 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 }