Skip to content

Commit cb09203

Browse files
wKichMyles Borins
authored and
Myles Borins
committed
doc: remove unnecessary bind(this)
PR-URL: #4797 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Chris Dickinson <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent ce7101d commit cb09203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ but before any I/O has occurred.
627627

628628
process.nextTick(() => {
629629
this.startDoingStuff();
630-
}.bind(this));
630+
});
631631
}
632632

633633
var thing = new MyThing();

0 commit comments

Comments
 (0)