Removed unnecessary todo's.

This commit is contained in:
Beka Westberg
2019-06-11 14:24:48 -07:00
parent 4b0397de17
commit 6f69b85639
2 changed files with 0 additions and 2 deletions

View File

@@ -246,7 +246,6 @@ Blockly.FieldDate.prototype.dropdownDispose_ = function() {
/**
* Handle a CHANGE event in the date picker.
* TODO: Not sure what the type for goog event information is.
* @param {!Event} event The CHANGE event.
* @private
*/

View File

@@ -224,7 +224,6 @@ Blockly.FieldDropdown.prototype.widgetDispose_ = function() {
/**
* Handle an ACTION event in the dropdown menu.
* TODO: Not sure what the type for goog event information is.
* @param {!Event} event The CHANGE event.
* @private
*/