From 8ccee5d01518bbfa8ba029ec6df69b747f6f2580 Mon Sep 17 00:00:00 2001 From: Matt Lauber Date: Fri, 13 Nov 2015 11:30:06 -0500 Subject: [PATCH] Remove cla for separate PR, and clean up variable declaration. --- core/modules/widgets/select.js | 10 +++++----- licenses/cla-individual.md | 4 +--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/core/modules/widgets/select.js b/core/modules/widgets/select.js index c86869d46..18552fc1a 100644 --- a/core/modules/widgets/select.js +++ b/core/modules/widgets/select.js @@ -114,11 +114,11 @@ SelectWidget.prototype.getSelectDomNode = function() { // Return an array of the selected opion values // select is an HTML select element SelectWidget.prototype.getSelectValues = function() { - var select = this.getSelectDomNode() - var result = []; - var options = select && select.options; - var opt; - for (var i=0, iLen=options.length; i