Added note
This commit is contained in:
parent
c2ed93a2a8
commit
2ee98c9690
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ var drawing = {
|
|||
};
|
||||
|
||||
function down(e){
|
||||
// from http://www.quirksmode.org/js/findpos.html
|
||||
var x = e.pageX, y = e.pageY;
|
||||
var obj = e.target;
|
||||
do {
|
||||
|
|
Reference in a new issue