Skip to content

Instantly share code, notes, and snippets.

@tilast
Created November 7, 2014 12:10
Show Gist options
  • Save tilast/1b59ac4b8ebfeb570d6f to your computer and use it in GitHub Desktop.
Save tilast/1b59ac4b8ebfeb570d6f to your computer and use it in GitHub Desktop.
Region.prototype.addChild = function(child) {
var self = this;
child.checked.subscribe = function(newValue) {
self.setState();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment