There was an error while loading. Please reload this page.
1 parent 9e75397 commit 6b81466Copy full SHA for 6b81466
Example/Command-Pattern.js
@@ -23,7 +23,7 @@ class ShowDialogCommand {
23
}
24
25
run () {
26
- this.receiver.start()
+ this.receiver.show()
27
28
29
0 commit comments