removed old snipped - already implemented

This commit is contained in:
logsol 2014-01-17 00:34:56 +01:00
parent 1994aacc3e
commit 73d24ed14c

View file

@ -1,6 +0,0 @@
var myCanvas = null;
myCanvas = document.getElementsByTagName('canvas')[0];
myCanvas.onmousemove = function(e){
console.log(e.clientX - this.offsetLeft)
}