This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| YUI.add('multi', function (Y) { | |
| /** | |
| Loads different versions of YUI in sandboxed iframes and makes them available | |
| for use in the parent frame by exposing them as properties on a `Y.Multi` | |
| instance. | |
| This is primarily intended to be used for testing. You probably shouldn't use it | |
| for anything real. |