Updated Branches:
  refs/heads/develop b0c5be187 -> 8a5460a90

one fix to test app for IE


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8a5460a9
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8a5460a9
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8a5460a9

Branch: refs/heads/develop
Commit: 8a5460a90317da48d6288a48dca43f0d17df3acc
Parents: b0c5be1
Author: Alex Harui <[email protected]>
Authored: Mon Apr 1 15:50:26 2013 -0700
Committer: Alex Harui <[email protected]>
Committed: Mon Apr 1 15:50:26 2013 -0700

----------------------------------------------------------------------
 examples/FlexJSTest_again/src/MyInitialView.mxml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8a5460a9/examples/FlexJSTest_again/src/MyInitialView.mxml
----------------------------------------------------------------------
diff --git a/examples/FlexJSTest_again/src/MyInitialView.mxml 
b/examples/FlexJSTest_again/src/MyInitialView.mxml
index 918b89a..4c89662 100644
--- a/examples/FlexJSTest_again/src/MyInitialView.mxml
+++ b/examples/FlexJSTest_again/src/MyInitialView.mxml
@@ -60,7 +60,7 @@ limitations under the License.
                </basic:beads>
        </basic:Label>
        <basic:TextButton text="OK" x="100" y="50" click="dispatchEvent(new 
CustomEvent('buttonClicked'))" />
-    <basic:DropDownList id="list" x="200" y="25" width="100" height="200" 
change="dispatchEvent(new CustomEvent('listChanged'))">
+    <basic:DropDownList id="list" x="200" y="25" width="100" height="24" 
change="dispatchEvent(new CustomEvent('listChanged'))">
         <basic:beads>
             <basic:ConstantBinding
                                  sourceID="applicationModel"

Reply via email to