Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the Function interface (#11269) #11293

Merged
merged 1 commit into from
Oct 13, 2016

Conversation

falsandtru
Copy link
Contributor

No description provided.

@RyanCavanaugh
Copy link
Member

What's the bug tracking this change?

@falsandtru
Copy link
Contributor Author

Fixes #11269

@@ -260,6 +260,8 @@ interface Function {
*/
bind(this: Function, thisArg: any, ...argArray: any[]): any;

toString(): string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a comment here:

  /** Returns a string representation of an object. */
  toString(): string;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

@mhegazy mhegazy merged commit 7060f51 into microsoft:master Oct 13, 2016
@falsandtru falsandtru deleted the lib.d.ts/function branch October 13, 2016 23:25
mhegazy added a commit that referenced this pull request Oct 14, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants