Skip to content

Commit ff13a03

Browse files
committed
Add missing param to JsDoc
1 parent b874963 commit ff13a03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/CanvasTextEditor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ CanvasTextEditor.prototype.getDocument = function() {
394394
* Resizes editor to provided dimensions.
395395
* @param {Number} width
396396
* @param {Number} height
397+
* @param {Number} dpr device pixel ratio
397398
*/
398399
CanvasTextEditor.prototype.resize = function(width, height, dpr) {
399400
this.canvas.width = width * dpr;

0 commit comments

Comments
 (0)