mirror of
https://github.com/google/blockly.git
synced 2026-03-11 15:50:10 +01:00
Add missing comment from an earlier review.
This commit is contained in:
@@ -78,6 +78,8 @@ blocklyApp.FieldView = ng.core
|
||||
}],
|
||||
ngOnInit: function() {
|
||||
var elementsNeedingIds = this.generateElementNames(this.field);
|
||||
// Warning: this assumes that the elements returned by
|
||||
// this.generateElementNames() are unique.
|
||||
this.idMap = this.utilsService.generateIds(elementsNeedingIds);
|
||||
},
|
||||
generateAriaLabelledByAttr: function() {
|
||||
|
||||
Reference in New Issue
Block a user