projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0e87b3
)
Fix drawing.js bug
author
Robert Konigsberg
<konigsberg@google.com>
Mon, 16 Jan 2012 22:11:14 +0000
(17:11 -0500)
committer
Robert Konigsberg
<konigsberg@google.com>
Mon, 16 Jan 2012 22:11:14 +0000
(17:11 -0500)
gallery/drawing.js
patch
|
blob
|
blame
|
history
diff --git
a/gallery/drawing.js
b/gallery/drawing.js
index
63d7fdd
..
fb5e8de
100644
(file)
--- a/
gallery/drawing.js
+++ b/
gallery/drawing.js
@@
-20,7
+20,7
@@
Gallery.register(
zoom.onclick = function() { change_tool(zoom) };
var pencil = document.getElementById('tool_pencil');
pencil.onclick = function() { change_tool(pencil) };
- var eraser = document.getElementById('tool_
pencil
');
+ var eraser = document.getElementById('tool_
eraser
');
eraser.onclick = function() { change_tool(eraser) };
var start_date = new Date("2002/12/29").getTime();