Skip to content

Commit 6b81466

Browse files
committed
fix command pattern
1 parent 9e75397 commit 6b81466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Command-Pattern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ShowDialogCommand {
2323
}
2424

2525
run () {
26-
this.receiver.start()
26+
this.receiver.show()
2727
}
2828
}
2929

0 commit comments

Comments
 (0)