Side navigation
#4905 closed enhancement (fixed)
Opened July 15, 2009 11:45AM UTC
Closed July 15, 2009 12:36PM UTC
Sandbox Compatibility
Reported by: | andr3a | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Thanks to external main closure, it could be possible to load jQuery from a sandbox to avoid all compatibility issues if another obtrusive library is present in the main page as well.
To make it possible is just necessary to add a document local variable into the main scope at the top of the core.js file:
document = window.document,
Please view attached patch. If you want I can write here a quick example how to use this new feature.
Attachments (1)
Change History (1)
Changed July 15, 2009 12:36PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN rev [6436].