mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Adding more type documentation.
This commit is contained in:
@@ -32,7 +32,7 @@ goog.require('goog.math');
|
||||
/**
|
||||
* Class for a workspace. This is a data structure that contains blocks.
|
||||
* There is no UI, and can be created headlessly.
|
||||
* @param {Object} opt_options Dictionary of options.
|
||||
* @param {Object=} opt_options Dictionary of options.
|
||||
* @constructor
|
||||
*/
|
||||
Blockly.Workspace = function(opt_options) {
|
||||
|
||||
Reference in New Issue
Block a user