aboutsummaryrefslogtreecommitdiff
path: root/js/components/combobox.reel
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:53:10 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch)
tree0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/components/combobox.reel
parent648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff)
downloadninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/components/combobox.reel')
-rwxr-xr-xjs/components/combobox.reel/combobox.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/combobox.reel/combobox.js b/js/components/combobox.reel/combobox.js
index 0d46e1ff..f923e30c 100755
--- a/js/components/combobox.reel/combobox.js
+++ b/js/components/combobox.reel/combobox.js
@@ -80,7 +80,7 @@ exports.Combobox = Montage.create(Component, {
80 } 80 }
81 } 81 }
82 }, 82 },
83 83
84 _value: { 84 _value: {
85 enumerable: false, 85 enumerable: false,
86 value: null 86 value: null
@@ -166,7 +166,7 @@ exports.Combobox = Montage.create(Component, {
166 if(!this._valueSyncedWithInputField) 166 if(!this._valueSyncedWithInputField)
167 { 167 {
168 this.element.innerHTML = ""; 168 this.element.innerHTML = "";
169 169
170 var optionItem = document.createElement("option"); 170 var optionItem = document.createElement("option");
171 var items = this._items; 171 var items = this._items;
172 var len = items.length; 172 var len = items.length;