Closed matthewp closed 5 years ago
Depending on the global System can cause race conditions where the extension might be applied to one loader but not another if the System is not pointing to the correct loader at the time the module body executes.
System
Fixes https://github.com/donejs/donejs/issues/1160
Depending on the global
System
can cause race conditions where the extension might be applied to one loader but not another if theSystem
is not pointing to the correct loader at the time the module body executes.Fixes https://github.com/donejs/donejs/issues/1160