mirror of
https://github.com/google/blockly.git
synced 2026-01-25 01:30:12 +01:00
Fixing commenting from the last commit. (#1000)
This commit is contained in:
@@ -138,7 +138,8 @@ blocklyApp.VariableModalComponent = ng.core.Component({
|
||||
},
|
||||
// Gets all the interactive elements for the modal.
|
||||
getInteractiveElements: function() {
|
||||
return Array.prototype.filter.call(document.getElementById("varForm").elements, function(element) {
|
||||
return Array.prototype.filter.call(
|
||||
document.getElementById("varForm").elements, function(element) {
|
||||
if (element.type === 'hidden') {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user