Skip to content

Instantly share code, notes, and snippets.

@ihollander
Created November 27, 2018 18:20
Show Gist options
  • Save ihollander/89cbcd5d8870a6faaec22363003ae5d7 to your computer and use it in GitHub Desktop.
Save ihollander/89cbcd5d8870a6faaec22363003ae5d7 to your computer and use it in GitHub Desktop.
Observer Pattern pt4
class FluxView {
constructor(components) {
this.body = components["body"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment