http://code.google.com/p/canviz/source/detail?r=360
Modified:
/path/trunk/examples/example1.js
=======================================
--- /path/trunk/examples/example1.js Wed Feb 1 17:10:07 2012
+++ /path/trunk/examples/example1.js Wed Feb 1 17:13:57 2012
@@ -204,7 +204,7 @@
paths[i].offset(0, 190);
}
- canvasOffset = canvas.cumulativeOffset();
+ canvasOffset = $(canvas).cumulativeOffset();
canvas.observe('mousemove', handleEvent);
canvas.observe('mouseout', handleEvent);