Fix HTML Canvas typing issues

This commit is contained in:
Frederic Junod
2018-05-09 15:46:39 +02:00
parent db54301514
commit cdb3e1c529
2 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ ImageCanvas.prototype.load = function() {
/**
* @inheritDoc
* @return {HTMLCanvasElement} Canvas element.
*/
ImageCanvas.prototype.getImage = function() {
return this.canvas_;