From 4c626e7b761679ed1f2da804b89c1b97934d5271 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini <16690124+samelhusseini@users.noreply.github.com> Date: Mon, 29 Jul 2019 15:29:06 -0700 Subject: [PATCH] Fix setOnClickHandler jsdoc casing (#2730) --- core/field_image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/field_image.js b/core/field_image.js index 8924a9418..0c64d1428 100644 --- a/core/field_image.js +++ b/core/field_image.js @@ -205,7 +205,7 @@ Blockly.FieldImage.prototype.showEditor_ = function() { /** * Set the function that is called when this image is clicked. - * @param {function} func The function that is called when the image + * @param {Function} func The function that is called when the image * is clicked. It will receive the image field as a parameter. * @public */