[ALOY-22] Integrate Sizzle into Zipti via commonjs
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-07-19T11:52:04.000+0000 |
| Affected Version/s | 2012 Sprint 14 |
| Fix Version/s | 2012 Sprint 14 |
| Components | Runtime |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Tony Lukasavage |
| Created | 2012-05-15T06:47:41.000+0000 |
| Updated | 2014-06-22T13:21:32.000+0000 |
Description
* remove opn extension from sizzle
* don't expose it as a global namespace, use a commonjs module
* replace prior xpath usage in runtime with sizzle
Problems
* sizzle assumes the presence of a global browserdocument object. We don't have that and will have to fake it in some way.
See commit for details: [https://github.com/appcelerator/ZipTi/commit/59764c14dac3ae7bba5b98252c9f79a04fcba212](https://github.com/appcelerator/ZipTi/commit/59764c14dac3ae7bba5b98252c9f79a04fcba212)