You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/01/30 09:09:55 UTC

[royale-asjs] branch develop updated: TourDeJewel: fix source code reference in grid examples

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new a3aa637  TourDeJewel: fix source code reference in grid examples
a3aa637 is described below

commit a3aa637402ec2e3d71d370f2c717a0d579c23c88
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Jan 30 10:09:47 2019 +0100

    TourDeJewel: fix source code reference in grid examples
---
 examples/royale/TourDeJewel/src/main/royale/GridPlayGround.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/TourDeJewel/src/main/royale/GridPlayGround.mxml b/examples/royale/TourDeJewel/src/main/royale/GridPlayGround.mxml
index 840965b..7583569 100644
--- a/examples/royale/TourDeJewel/src/main/royale/GridPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/GridPlayGround.mxml
@@ -21,7 +21,7 @@ limitations under the License.
 	xmlns:j="library://ns.apache.org/royale/jewel" 
 	xmlns:html="library://ns.apache.org/royale/html" 
 	xmlns:js="library://ns.apache.org/royale/basic" 
-	xmlns:c="components.*" sourceCodeUrl="DateComponentsPlayGround.mxml">
+	xmlns:c="components.*" sourceCodeUrl="GridPlayGround.mxml">
 	
 	<fx:Script>
 		<![CDATA[