[TIMOB-12098] MobileWeb: Add shim for Function.bind()
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-12-22T02:34:33.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.2, Release 3.1.0, 2012 Sprint 26 JS, 2012 Sprint 26 |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-12-14T18:37:51.000+0000 |
Updated | 2017-03-09T01:05:41.000+0000 |
Description
We should rip out hitch() and replace with Function.bind(). This will speed things up. In order to do this, we need to shim Function.bind() for the browsers that don't support it.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3600 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3601
Closing ticket as fixed.