mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Fix annotations
This commit is contained in:
@@ -94,11 +94,11 @@ Blockly.draggingConnections = [];
|
||||
|
||||
/**
|
||||
* Get the current contents of the clipboard and associated metadata.
|
||||
* @return {{xml: Element, source: WorkspaceSvg, typeCounts: Object}} An object
|
||||
* containing the clipboard contents and associated metadata.
|
||||
* @return {{xml: ?Element, source: ?Blockly.WorkspaceSvg, typeCounts: ?Object}}
|
||||
* An object containing the clipboard contents and associated metadata.
|
||||
* @public
|
||||
*/
|
||||
Blockly.getClipboardInfo = Blockly.common.getClipboardInfo;
|
||||
Blockly.getClipboardInfo = Blockly.clipboard.getClipboardInfo;
|
||||
|
||||
/**
|
||||
* Cached value for whether 3D is supported.
|
||||
|
||||
Reference in New Issue
Block a user