Working copy
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
dotgrid = new Dotgrid(300,300);
|
||||
dotgrid.install();
|
||||
dotgrid = new Dotgrid(300,300,10,10);
|
||||
dotgrid.install();
|
||||
|
||||
document.addEventListener('mousedown', function(e){ dotgrid.mouse_down(e); }, false);
|
||||
document.addEventListener('mousemove', function(e){ dotgrid.mouse_move(e); }, false);
|
||||
document.addEventListener('mouseup', function(e){ dotgrid.mouse_up(e);}, false);
|
||||
Reference in New Issue
Block a user