Changes
Page history
Update Getting Started
authored
Sep 14, 2020
by
Moritz Brückner
Show whitespace changes
Inline
Side-by-side
Getting-Started.md
View page @
043c8779
...
...
@@ -79,7 +79,7 @@ class Main {
button
.
onMouseClick
(
function
(
e
:
Event
)
{
switch
(
e
.
state
)
{
case
Activ
ated
:
case
Activ
e
:
button
.
label
=
"Clicking"
;
case
Deactivated
:
button
.
label
=
"Clicked"
;
...
...
@@ -124,7 +124,7 @@ class KouiTrait extends iron.Trait {
button
.
onMouseClick
(
function
(
e
:
Event
)
{
switch
(
e
.
state
)
{
case
Activ
ated
:
case
Activ
e
:
button
.
label
=
"Clicking"
;
case
Deactivated
:
button
.
label
=
"Clicked"
;
...
...
...
...