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/spark Commit: f7afff2547a0a9b2d702ff962974df93491fe639 Parents: 324ce85 Author: Alex Harui <[email protected]> Authored: Thu Jun 9 15:56:05 2016 -0700 Committer: Alex Harui <[email protected]> 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>
