Skip to content

Commit

Permalink
doc: remove unnecessary bind(this)
Browse files Browse the repository at this point in the history
PR-URL: #4797
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
wKich authored and Myles Borins committed Feb 18, 2016
1 parent 6841d82 commit 0887208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.markdown
Expand Up @@ -627,7 +627,7 @@ but before any I/O has occurred.

process.nextTick(() => {
this.startDoingStuff();
}.bind(this));
});
}

var thing = new MyThing();
Expand Down

0 comments on commit 0887208

Please sign in to comment.