aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/native-control.js
diff options
context:
space:
mode:
authorJon Reid2012-03-09 16:47:26 -0800
committerJon Reid2012-03-09 16:47:26 -0800
commitbe59c44f9232104ded1a9c4cd888d70021eba33e (patch)
treeb94c8432759362e035f15c0936c575a2861b6ad8 /node_modules/montage/ui/native-control.js
parent54b31ecbd4c9877183850542227c61946a62aa4f (diff)
parenta28cb88194f45325e42dd8c774469424712dd6f4 (diff)
downloadninja-be59c44f9232104ded1a9c4cd888d70021eba33e.tar.gz
Merge remote-tracking branch 'ninja-jduran/TimelineUber' into Timeline-local
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') {