Skip to content

Instantly share code, notes, and snippets.

@agoston
Last active August 29, 2015 14:17
Show Gist options
  • Save agoston/7c55d024b28dac517490 to your computer and use it in GitHub Desktop.
Save agoston/7c55d024b28dac517490 to your computer and use it in GitHub Desktop.
authenticatedCall: function() {
var args = [].slice.call( arguments );
args.splice( 1, 0, this.blogId, this.username, this.password );
this.call.apply( this, args );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment