aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/native-control.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/native-control.js')
-rw-r--r--node_modules/montage/ui/native-control.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/montage/ui/native-control.js b/node_modules/montage/ui/native-control.js
index d308ad89..907711e2 100644
--- a/node_modules/montage/ui/native-control.js
+++ b/node_modules/montage/ui/native-control.js
@@ -200,9 +200,6 @@ var NativeControl = exports.NativeControl = Montage.create(Component, {
200 200
201 for(var attributeName in this._elementAttributeValues) { 201 for(var attributeName in this._elementAttributeValues) {
202 if(this._elementAttributeValues.hasOwnProperty(attributeName)) { 202 if(this._elementAttributeValues.hasOwnProperty(attributeName)) {
203 if(attributeName === 'value') {
204 continue;
205 }
206 var value = this[attributeName]; 203 var value = this[attributeName];
207 descriptor = this._getElementAttributeDescriptor(attributeName, this); 204 descriptor = this._getElementAttributeDescriptor(attributeName, this);
208 if(descriptor && descriptor.dataType === 'boolean') { 205 if(descriptor && descriptor.dataType === 'boolean') {