inline css styling makes me sad
authorLinda Nichols <lynnaloo@gmail.com>
Fri, 20 Jun 2014 14:44:02 +0000 (14:44 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Fri, 20 Jun 2014 14:44:02 +0000 (14:44 +0000)
enyo-client/application/source/widgets/characteristics.js
lib/enyo-x/source/widgets/number_spinner.js

index b051ef7..c5a0143 100644 (file)
@@ -90,7 +90,7 @@ white:true, strict:false*/
     name: "XV.OrderCharacteristicItem",
     kind: "XV.CharacteristicItem",
     components: [
-      {kind: "XV.ComboboxWidget", name: "combobox", attr: "value", style: "width: 300px"}
+      {kind: "XV.ComboboxWidget", name: "combobox", attr: "value"}
     ],
     disabledChanged: function (oldValue) {
       this.$.combobox.setDisabled(this.disabled);
index 5439d55..c5af7e0 100644 (file)
@@ -32,9 +32,9 @@ regexp:true, undef:true, trailing:true, white:true */
             {name: "input", kind: "onyx.Input",
               onchange: "inputChanged", onkeydown: "keyDown"},
             {components: [
-              {kind: "onyx.IconButton", name: "iconButton", ontap: "increase",
+              {kind: "onyx.IconButton", ontap: "increase",
                 attributes: {tabIndex: "-1"}, classes: "icon-angle-up"},
-              {kind: "onyx.IconButton", name: "iconButton", ontap: "decrease",
+              {kind: "onyx.IconButton", ontap: "decrease",
                 attributes: {tabIndex: "-1"}, classes: "icon-angle-down"}
             ]}
           ]}