From 22a66cb6e243a3f1c867b62e3942fd2e828019d9 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 8 Mar 2012 13:56:09 -0800 Subject: integrating v0.7 montage into ninja Signed-off-by: Valerio Virgillito --- node_modules/montage/ui/native-control.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'node_modules/montage/ui/native-control.js') 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, { for(var attributeName in this._elementAttributeValues) { if(this._elementAttributeValues.hasOwnProperty(attributeName)) { - if(attributeName === 'value') { - continue; - } var value = this[attributeName]; descriptor = this._getElementAttributeDescriptor(attributeName, this); if(descriptor && descriptor.dataType === 'boolean') { -- cgit v1.2.3