- Change js:Beads to mdl:Beads in mdl Buttons example

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

Branch: refs/heads/feature/mdl
Commit: b0730145ed1c8154c015094deef41350b5bf15cd
Parents: 0a434bf
Author: piotrz <[email protected]>
Authored: Sat Dec 17 10:26:38 2016 +0100
Committer: piotrz <[email protected]>
Committed: Sat Dec 17 10:26:38 2016 +0100

----------------------------------------------------------------------
 examples/flexjs/MDLExample/src/main/flex/Buttons.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b0730145/examples/flexjs/MDLExample/src/main/flex/Buttons.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/flex/Buttons.mxml 
b/examples/flexjs/MDLExample/src/main/flex/Buttons.mxml
index f1e9b05..e06bde7 100644
--- a/examples/flexjs/MDLExample/src/main/flex/Buttons.mxml
+++ b/examples/flexjs/MDLExample/src/main/flex/Buttons.mxml
@@ -59,9 +59,9 @@ limitations under the License.
         <mdl:GridCell column="2">
              <!-- Raised disabled button-->
             <mdl:Button text="DISABLED" raised="true">
-                <js:beads>
+                <mdl:beads>
                     <mdl:Disabled/>
-                </js:beads>
+                </mdl:beads>
             </mdl:Button>
         </mdl:GridCell>
         

Reply via email to