mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
removed old snipped - already implemented
This commit is contained in:
parent
1994aacc3e
commit
73d24ed14c
1 changed files with 0 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
||||||
var myCanvas = null;
|
|
||||||
myCanvas = document.getElementsByTagName('canvas')[0];
|
|
||||||
|
|
||||||
myCanvas.onmousemove = function(e){
|
|
||||||
console.log(e.clientX - this.offsetLeft)
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue