mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Fix setOnClickHandler jsdoc casing (#2730)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user