aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/native-control.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-08 13:56:09 -0800
committerValerio Virgillito2012-03-08 13:56:09 -0800
commit22a66cb6e243a3f1c867b62e3942fd2e828019d9 (patch)
tree4b2f8bf0d8306964f35435dac3d1f6592b3dee19 /node_modules/montage/ui/native-control.js
parentcef07085443b7c31e878daaad083b7408c57e104 (diff)
downloadninja-22a66cb6e243a3f1c867b62e3942fd2e828019d9.tar.gz
integrating v0.7 montage into ninja
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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') {