Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created December 11, 2011 15:52
Show Gist options
  • Select an option

  • Save Raynos/1461230 to your computer and use it in GitHub Desktop.

Select an option

Save Raynos/1461230 to your computer and use it in GitHub Desktop.
var mixed_in = extend({ ... }, a, b);
var composited = {
constructor: function () {
this.a = a;
this.b = b;
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment