aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/native-control.js
diff options
context:
space:
mode:
authorPushkar Joshi2012-03-12 15:26:10 -0700
committerPushkar Joshi2012-03-12 15:26:10 -0700
commit46b2e561fa6ca054cad58e4c372a598bbb7ee2c9 (patch)
tree38d1c8666098a10078834c1eaac3d455135bee12 /node_modules/montage/ui/native-control.js
parent7b4b068cadc0af8ec7e930e1c2b429e945f96984 (diff)
parent69d90467865a1384725b2301901be2180c5a841f (diff)
downloadninja-46b2e561fa6ca054cad58e4c372a598bbb7ee2c9.tar.gz
Merge branch 'master' into brushtool
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') {