mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Update type annotation for Blockly cursor
This commit is contained in:
parent
cca88beb30
commit
6070b9473d
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ Blockly.Css.inject = function(hasCss, pathToMedia) {
|
|||
|
||||
/**
|
||||
* Set the cursor to be displayed when over something draggable.
|
||||
* @param {Blockly.Cursor} cursor Enum.
|
||||
* @param {Blockly.Css.Cursor} cursor Enum.
|
||||
*/
|
||||
Blockly.Css.setCursor = function(cursor) {
|
||||
if (Blockly.Css.currentCursor_ == cursor) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue