You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/06/09 22:56:29 UTC

git commit: [flex-asjs] [refs/heads/develop] - change from ViewBase to View

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 324ce8590 -> f7afff254


change from ViewBase to View


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

Branch: refs/heads/develop
Commit: f7afff2547a0a9b2d702ff962974df93491fe639
Parents: 324ce85
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 9 15:56:05 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 9 15:56:05 2016 -0700

----------------------------------------------------------------------
 mustella/tests/basicTests/BasicTests.css  | 2 +-
 mustella/tests/basicTests/BasicTests.mxml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f7afff25/mustella/tests/basicTests/BasicTests.css
----------------------------------------------------------------------
diff --git a/mustella/tests/basicTests/BasicTests.css b/mustella/tests/basicTests/BasicTests.css
index 2c75af3..7b59f2b 100644
--- a/mustella/tests/basicTests/BasicTests.css
+++ b/mustella/tests/basicTests/BasicTests.css
@@ -34,7 +34,7 @@
     font-size:16px;
 }
 
-mx|ViewBase {
+mx|View {
 /*	background-image: "";
     theme-color:#CC6600;   */
     selection-color:#D0DFE6;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f7afff25/mustella/tests/basicTests/BasicTests.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/basicTests/BasicTests.mxml b/mustella/tests/basicTests/BasicTests.mxml
index 2f8b636..60eb360 100644
--- a/mustella/tests/basicTests/BasicTests.mxml
+++ b/mustella/tests/basicTests/BasicTests.mxml
@@ -17,7 +17,7 @@
   limitations under the License.
 
 -->
-<js:ViewBase xmlns:fx="http://ns.adobe.com/mxml/2009"
+<js:View xmlns:fx="http://ns.adobe.com/mxml/2009"
     xmlns:js="library://ns.apache.org/flexjs/basic" 
     xmlns:mx="library://ns.adobe.com/flex/mx"
     xmlns:haloviews="halo.views.*"
@@ -208,4 +208,4 @@
         <mx:TextInput id="newStateInput" text="" enter="{currentState=newStateInput.text}" />
     </s:Group>    
     -->    
-</js:ViewBase>
+</js:View>