projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afca02
)
add semicollon
author
Akiyah
<akiya.mizukoshi@gmail.com>
Sat, 4 Jan 2014 17:19:03 +0000
(
02:19
+0900)
committer
Akiyah
<akiya.mizukoshi@gmail.com>
Sat, 4 Jan 2014 17:19:03 +0000
(
02:19
+0900)
plugins/legend.js
patch
|
blob
|
blame
|
history
diff --git
a/plugins/legend.js
b/plugins/legend.js
index
f4eb665
..
2ff9398
100644
(file)
--- a/
plugins/legend.js
+++ b/
plugins/legend.js
@@
-122,7
+122,7
@@
var calculateEmWidthInDiv = function(div) {
var escapeHTML = function(str) {
return str.replace(/&/g, "&").replace(/"/g, """).replace(/</g, "<").replace(/>/g, ">");
-}
+}
;
legend.prototype.select = function(e) {
var xValue = e.selectedX;