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 0df2a8f tourdejewel: change Router to HashRouter
0df2a8f is described below
commit 0df2a8f46561b7ee24cbcb35478528a95fe3e196
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Jul 20 16:44:44 2020 +0200
tourdejewel: change Router to HashRouter
---
examples/jewel/TourDeJewel/src/main/royale/MainContent.mxml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/jewel/TourDeJewel/src/main/royale/MainContent.mxml
b/examples/jewel/TourDeJewel/src/main/royale/MainContent.mxml
index 64a4cd8..348f519 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/MainContent.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/MainContent.mxml
@@ -170,7 +170,7 @@ limitations under the License.
</j:model>
<j:beads>
- <js:Router localId="router" stateChange="hashChanged()" />
+ <js:HashRouter localId="router" stateChange="hashChanged()" />
<js:ContainerDataBinding/>
<js:BrowserOrientation localId="bo"/>
<j:CleanValidationErrors/>