You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by gr...@apache.org on 2017/08/21 23:55:27 UTC

[04/13] git commit: [flex-asjs] [refs/heads/develop] - Quick fix for ImageTest

Quick fix for ImageTest


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

Branch: refs/heads/develop
Commit: a5f14d73961a9aefbee0c16b7a0a03e5fd77b3e9
Parents: a1f60d1
Author: greg-dove <gr...@gmail.com>
Authored: Tue Aug 22 11:28:02 2017 +1200
Committer: greg-dove <gr...@gmail.com>
Committed: Tue Aug 22 11:28:02 2017 +1200

----------------------------------------------------------------------
 manualtests/ImageTest/src/MyInitialView.mxml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a5f14d73/manualtests/ImageTest/src/MyInitialView.mxml
----------------------------------------------------------------------
diff --git a/manualtests/ImageTest/src/MyInitialView.mxml b/manualtests/ImageTest/src/MyInitialView.mxml
index 8037448..0ed949a 100644
--- a/manualtests/ImageTest/src/MyInitialView.mxml
+++ b/manualtests/ImageTest/src/MyInitialView.mxml
@@ -35,10 +35,10 @@ limitations under the License.
 			<js:VerticalLayout />
 		</js:beads>
 		
-		<js:Image width="48" height="48" source="smallbluerect.jpg" />
-		<js:Image width="183" height="178" source="largegreenrect.png" />
-		<js:Image width="48" height="48" source="smallorangerect.gif" />
-		<js:Image width="48" height="48" source="smallgreenrect.jpg" />
+		<js:Image width="48" height="48" src="smallbluerect.jpg" />
+		<js:Image width="183" height="178" src="largegreenrect.png" />
+		<js:Image width="48" height="48" src="smallorangerect.gif" />
+		<js:Image width="48" height="48" src="smallgreenrect.jpg" />
 		
 	</js:Container>