Fix setOnClickHandler jsdoc casing (#2730)

This commit is contained in:
Sam El-Husseini
2019-07-29 15:29:06 -07:00
committed by GitHub
parent 97c8275bdf
commit 4c626e7b76

View File

@@ -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
*/