Created
May 11, 2018 14:41
-
-
Save mmintel/9344748611c4c5ffd0c9d159c1394378 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class View { | |
| constructor(controller) { | |
| this.controller = controller; | |
| this.controller.model.registerObserver(this); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment