Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created December 11, 2011 16:10
Show Gist options
  • Select an option

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

Select an option

Save Raynos/1461316 to your computer and use it in GitHub Desktop.
var SubKlass = Klass.make(...mixins);
var SubKlass = Object.create(Klass);
extend(SubKlass, ...mixins);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment