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 2020/09/21 14:51:02 UTC

[royale-asjs] branch develop updated: todomvc: break line

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 d2e357d  todomvc: break line
d2e357d is described below

commit d2e357de61b761e50dba79a5dd4278840ae25e0a
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Sep 21 16:50:52 2020 +0200

    todomvc: break line
---
 .../todomvc-jewel-crux/src/main/royale/jewel/todomvc/config/Beans.mxml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/crux/todomvc-jewel-crux/src/main/royale/jewel/todomvc/config/Beans.mxml b/examples/crux/todomvc-jewel-crux/src/main/royale/jewel/todomvc/config/Beans.mxml
index f53f823..335a4ed 100644
--- a/examples/crux/todomvc-jewel-crux/src/main/royale/jewel/todomvc/config/Beans.mxml
+++ b/examples/crux/todomvc-jewel-crux/src/main/royale/jewel/todomvc/config/Beans.mxml
@@ -25,8 +25,8 @@
 	
 	<models:TodoModel id="todoModel"/>
 	<controller:TodoController id="todoController"/>
+	
 	<services:LocalStorageDelegate id="localStorageDelegate"/>
-
 	<crux:AMFStorageBean id="amfStorageBean" name="todomvc" localPath="crux"/>
 	
 </crux:BeanProvider>
\ No newline at end of file