mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#expectedOutput { background-color: green }
|
||||
</style>
|
||||
<script src="../src/core.js"></script>
|
||||
<script src="../src/deferred.js"></script>
|
||||
<script src="../src/support.js"></script>
|
||||
<script src="../src/data.js"></script>
|
||||
<script src="../src/queue.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user