Skip to content

Instantly share code, notes, and snippets.

@moudy
Created November 2, 2012 15:24
Show Gist options
  • Save moudy/4001976 to your computer and use it in GitHub Desktop.
Save moudy/4001976 to your computer and use it in GitHub Desktop.
function () {
return Backbone.View.prototype.render(this, arguments);
return Backbone.View.prototype.render(this, Array.prototype.slice.call(arguments));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment