Skip to content

Instantly share code, notes, and snippets.

@mmintel
Created May 11, 2018 14:41
Show Gist options
  • Select an option

  • Save mmintel/9344748611c4c5ffd0c9d159c1394378 to your computer and use it in GitHub Desktop.

Select an option

Save mmintel/9344748611c4c5ffd0c9d159c1394378 to your computer and use it in GitHub Desktop.
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