mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Adding more type documentation.
This commit is contained in:
@@ -36,7 +36,7 @@ goog.require('goog.userAgent');
|
||||
/**
|
||||
* Inject a Blockly editor into the specified container element (usually a div).
|
||||
* @param {!Element|string} container Containing element or its ID.
|
||||
* @param {Object} opt_options Optional dictionary of options.
|
||||
* @param {Object=} opt_options Optional dictionary of options.
|
||||
* @return {!Blockly.Workspace} Newly created main workspace.
|
||||
*/
|
||||
Blockly.inject = function(container, opt_options) {
|
||||
|
||||
Reference in New Issue
Block a user