This is an automated email from the ASF dual-hosted git repository.
joshtynjala 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 80a0b34 ASDocMainView: fix wrong namespace prefix
80a0b34 is described below
commit 80a0b34c99172119d02ee26b84e2b685993ad44c
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Nov 26 13:00:21 2019 -0800
ASDocMainView: fix wrong namespace prefix
---
examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
index 5603c24..508677f 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
+++ b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
@@ -395,18 +395,18 @@ limitations under the License.
<local:AlternatingBackgroundColorHashAnchorStringItemRenderer
backgroundColor0="#ffffff" backgroundColor1="#ffeeee" />
</fx:Component>
</fx:Declarations>
- <js:states>
+ <rs:states>
<js:State name="packages" />
<js:State name="loading" />
<js:State name="classDetail" />
- </js:states>
- <js:beads>
+ </rs:states>
+ <rs:beads>
<js:ViewDataBinding />
<js:OneFlexibleChildVerticalLayoutForOverflow
flexibleChild="topContainer" />
<js:HashChangeNotifierBeadWithTitle id="router"
hashChange="hashChanged()" />
<js:EscapedFragmentBead id="efb" ready="paramsReady()" />
<js:CallLaterBead id="clb" />
- </js:beads>
+ </rs:beads>
<rs:DocTopBar />
<rs:DocTagline />
<js:Group width="100%" id="titleGroup" className="titleGroup">