aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/offset/scroll.html
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2011-03-03 19:38:06 +0100
committerjaubourg <j@ubourg.net>2011-03-03 19:38:06 +0100
commit2d0bc7ce72ab8d64da0506a88c8cc543ce3ceaba (patch)
tree2079117d0da1dbe2500e3aa78c5f0ff60a453ba3 /test/data/offset/scroll.html
parentc1279895f3f33cacc08e508c2409b587c0e6a5a2 (diff)
downloadjquery-2d0bc7ce72ab8d64da0506a88c8cc543ce3ceaba.tar.gz
jquery-2d0bc7ce72ab8d64da0506a88c8cc543ce3ceaba.zip
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).
Diffstat (limited to 'test/data/offset/scroll.html')
-rw-r--r--test/data/offset/scroll.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/offset/scroll.html b/test/data/offset/scroll.html
index 50de95e01..a0d1f4d18 100644
--- a/test/data/offset/scroll.html
+++ b/test/data/offset/scroll.html
@@ -14,6 +14,7 @@
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
</style>
<script src="../../../src/core.js"></script>
+ <script src="../../../src/deferred.js"></script>
<script src="../../../src/support.js"></script>
<script src="../../../src/sizzle/sizzle.js"></script>
<script src="../../../src/sizzle-jquery.js"></script>