Fixing commenting from the last commit. (#1000)

This commit is contained in:
CoryDCode
2017-03-23 14:49:05 -07:00
committed by GitHub
parent 6cc6848961
commit b0856b879d
3 changed files with 17 additions and 1 deletions

View File

@@ -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;
}