mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1023019 - Fix 'grpah' comment typo in Chart.jsm, r=pbrosset
This commit is contained in:
parent
c5b9892a3c
commit
2947be7225
@ -511,7 +511,7 @@ AbstractCanvasGraph.prototype = {
|
|||||||
let ctx = this._ctx;
|
let ctx = this._ctx;
|
||||||
ctx.clearRect(0, 0, this._width, this._height);
|
ctx.clearRect(0, 0, this._width, this._height);
|
||||||
|
|
||||||
// Draw the grpah underneath the cursor and selection.
|
// Draw the graph underneath the cursor and selection.
|
||||||
if (this.hasData()) {
|
if (this.hasData()) {
|
||||||
ctx.drawImage(this._cachedGraphImage, 0, 0, this._width, this._height);
|
ctx.drawImage(this._cachedGraphImage, 0, 0, this._width, this._height);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user