Skip to content

Instantly share code, notes, and snippets.

@devth
Created March 3, 2011 04:12
Show Gist options
  • Select an option

  • Save devth/852321 to your computer and use it in GitHub Desktop.

Select an option

Save devth/852321 to your computer and use it in GitHub Desktop.
How to call "super" in JavaScript
ParentClass.prototype.method.apply(this, arguments);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment