Adding more type documentation.

This commit is contained in:
Neil Fraser
2015-07-13 15:03:22 -07:00
parent f737b3ea48
commit e0f90e6e33
32 changed files with 75 additions and 67 deletions

View File

@@ -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) {