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
(function() { | |
/* | |
* This patch fixes an issue with Y.Get in 3.2.0 & 3.3.0 | |
* where it fails to know when a CSS file is loaded in FF 9+. | |
* Since it fails to know when the load of the CSS file | |
* has completed, it creates a race condition that | |
* forces the scripts to be attached again. | |
*/ |