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

[TIMOB-12098] Added shim for Function.bind(). #3601

Merged
merged 2 commits into from Dec 22, 2012
Merged

[TIMOB-12098] Added shim for Function.bind(). #3601

merged 2 commits into from Dec 22, 2012

Conversation

cb1kenobi
Copy link
Contributor

No description provided.

@@ -23,6 +23,9 @@ var require = {
"native-localstorage": function(g) {
return "localStorage" in g && "setItem" in localStorage;
},
"object-bind": function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should name this "function-bind" to make it more clear that this is only for functions

…m to error when testing on Android 2.x devices.
@nebrius
Copy link
Contributor

nebrius commented Dec 22, 2012

Code reviewed and tested. Request accepted

nebrius pushed a commit that referenced this pull request Dec 22, 2012
[TIMOB-12098] Added shim for Function.bind().
@nebrius nebrius merged commit 9958694 into tidev:3_0_X Dec 22, 2012
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.

None yet

2 participants