Updated Branches:
  refs/heads/develop 6036d5d35 -> 17947a07f

try to get jquery app to run


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

Branch: refs/heads/develop
Commit: be258c2dd6a062a6f92ba58dc057ebca6735657e
Parents: 6036d5d
Author: Alex Harui <aha...@apache.org>
Authored: Fri Oct 11 11:49:28 2013 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Fri Oct 11 11:49:28 2013 -0700

----------------------------------------------------------------------
 frameworks/as/defaults.css                              | 2 ++
 frameworks/as/src/org/apache/flex/jquery/Application.as | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/be258c2d/frameworks/as/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/as/defaults.css b/frameworks/as/defaults.css
index a220dc7..23a9bf5 100644
--- a/frameworks/as/defaults.css
+++ b/frameworks/as/defaults.css
@@ -343,6 +343,7 @@ h5|ComboBox
 
 jq|TextButton
 {
+    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel");
     IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.TextButtonView");
 }
 
@@ -363,6 +364,7 @@ jq|RadioButton
 
 createjs|TextButton
 {
+    IBeadModel: 
ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel");
     IBeadView: 
ClassReference("org.apache.flex.html.staticControls.beads.TextButtonView");
 }
 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/be258c2d/frameworks/as/src/org/apache/flex/jquery/Application.as
----------------------------------------------------------------------
diff --git a/frameworks/as/src/org/apache/flex/jquery/Application.as 
b/frameworks/as/src/org/apache/flex/jquery/Application.as
index aec704f..e2a3113 100644
--- a/frameworks/as/src/org/apache/flex/jquery/Application.as
+++ b/frameworks/as/src/org/apache/flex/jquery/Application.as
@@ -19,8 +19,9 @@
 package org.apache.flex.jquery
 {
     import org.apache.flex.core.Application;
+       import org.apache.flex.core.IFlexInfo;
        
-       public class Application extends org.apache.flex.core.Application
+       public class Application extends org.apache.flex.core.Application 
implements IFlexInfo
        {
                public function Application()
                {

Reply via email to