projects
/
xynt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ctx_old attribute removed (we will use ctx_old_len only), url_complete js function...
[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
}