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

this commit fixes #108 #109

Closed
wants to merge 6 commits into from
Closed

this commit fixes #108 #109

wants to merge 6 commits into from

Conversation

termi
Copy link
Contributor

@termi termi commented Apr 6, 2012

No description provided.

Function.prototype.bind fix
+ add <Function>.bind test when called as a constructor with check returned value is instance of bound method
@@ -133,6 +129,8 @@ if (!Function.prototype.bind) {
}

};
if(target.prototype)
bound.prototype = Object.create(target.prototype);
Copy link
Member

Choose a reason for hiding this comment

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

There's another indentation problem on these two lines.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants