You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/08/13 22:04:13 UTC

[20/42] git commit: [flex-asjs] [refs/heads/feature/amf] - Fix MDLExample

Fix MDLExample


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

Branch: refs/heads/feature/amf
Commit: 19fa436d6d02e4aeb54cd60c8ec3c3302c4f9de7
Parents: 04045d3
Author: piotrz <pi...@apache.org>
Authored: Thu Aug 3 23:09:06 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Thu Aug 3 23:09:06 2017 +0200

----------------------------------------------------------------------
 examples/flexjs/MDLExample/src/main/flex/Toggles.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/19fa436d/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml b/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
index 7162c0a..74927e8 100644
--- a/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
+++ b/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
@@ -83,7 +83,7 @@ limitations under the License.
         
         <js:Label text="Switch throw 'click' event {counter4} times"/>
         
-        <mdl:Switch id="s2" text="Switch" click="onClickSwitch(event)"/>
+        <mdl:Switch id="s2" text="Switch" click="counter5++"/>
         
         <js:Label text="Switch throw 'click' event {counter5} times"/>