Fossil SCM
Fix coding typos from the previous commit.
Commit
b4f1eb9043692a287c491fe7b510c7389e40c0757ee78539b2d7027ad4566656
Parent
bba5337010c0e5e…
1 file changed
+2
-2
+2
-2
| --- src/graph.js | ||
| +++ src/graph.js | ||
| @@ -122,11 +122,11 @@ | ||
| 122 | 122 | this.tooltipInfo.posX, |
| 123 | 123 | this.tooltipInfo.posY); |
| 124 | 124 | }.bind(window),tooltipInfo.dwellTimeout); |
| 125 | 125 | } |
| 126 | 126 | else |
| 127 | - tooltipInfo.ix = -1; | |
| 127 | + tooltipInfo.ixElement = -1; | |
| 128 | 128 | }; |
| 129 | 129 | topObj.onmouseleave = function(e) { |
| 130 | 130 | /* Hide the tooltip if the mouse is outside the "timelineTableN" element, |
| 131 | 131 | ** and outside the tooltip. */ |
| 132 | 132 | if (tooltipObj.style.display != "none" && |
| @@ -136,11 +136,11 @@ | ||
| 136 | 136 | /* Clear the dwell timer. */ |
| 137 | 137 | if (tooltipInfo.idTimer != 0) { |
| 138 | 138 | clearTimeout(tooltipInfo.idTimer); |
| 139 | 139 | tooltipInfo.idTimer = 0; |
| 140 | 140 | } |
| 141 | - tooltipInfo.ix = -1; | |
| 141 | + tooltipInfo.ixElement = -1; | |
| 142 | 142 | } |
| 143 | 143 | }; |
| 144 | 144 | var canvasDiv; |
| 145 | 145 | var railPitch; |
| 146 | 146 | var mergeOffset; |
| 147 | 147 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -122,11 +122,11 @@ | |
| 122 | this.tooltipInfo.posX, |
| 123 | this.tooltipInfo.posY); |
| 124 | }.bind(window),tooltipInfo.dwellTimeout); |
| 125 | } |
| 126 | else |
| 127 | tooltipInfo.ix = -1; |
| 128 | }; |
| 129 | topObj.onmouseleave = function(e) { |
| 130 | /* Hide the tooltip if the mouse is outside the "timelineTableN" element, |
| 131 | ** and outside the tooltip. */ |
| 132 | if (tooltipObj.style.display != "none" && |
| @@ -136,11 +136,11 @@ | |
| 136 | /* Clear the dwell timer. */ |
| 137 | if (tooltipInfo.idTimer != 0) { |
| 138 | clearTimeout(tooltipInfo.idTimer); |
| 139 | tooltipInfo.idTimer = 0; |
| 140 | } |
| 141 | tooltipInfo.ix = -1; |
| 142 | } |
| 143 | }; |
| 144 | var canvasDiv; |
| 145 | var railPitch; |
| 146 | var mergeOffset; |
| 147 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -122,11 +122,11 @@ | |
| 122 | this.tooltipInfo.posX, |
| 123 | this.tooltipInfo.posY); |
| 124 | }.bind(window),tooltipInfo.dwellTimeout); |
| 125 | } |
| 126 | else |
| 127 | tooltipInfo.ixElement = -1; |
| 128 | }; |
| 129 | topObj.onmouseleave = function(e) { |
| 130 | /* Hide the tooltip if the mouse is outside the "timelineTableN" element, |
| 131 | ** and outside the tooltip. */ |
| 132 | if (tooltipObj.style.display != "none" && |
| @@ -136,11 +136,11 @@ | |
| 136 | /* Clear the dwell timer. */ |
| 137 | if (tooltipInfo.idTimer != 0) { |
| 138 | clearTimeout(tooltipInfo.idTimer); |
| 139 | tooltipInfo.idTimer = 0; |
| 140 | } |
| 141 | tooltipInfo.ixElement = -1; |
| 142 | } |
| 143 | }; |
| 144 | var canvasDiv; |
| 145 | var railPitch; |
| 146 | var mergeOffset; |
| 147 |