diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-02-08 00:20:33 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-02-08 00:20:33 -0500 |
commit | 67a2e4eaac98cee79a02a0a45e4826a7958d4b75 (patch) | |
tree | cc790889e055ad5c6d5cd82437dae765308ab95f /test/data/offset/scroll.html | |
parent | a8518c3bc4e1a8755c2d3a7be624b0e86be1070b (diff) | |
download | jquery-67a2e4eaac98cee79a02a0a45e4826a7958d4b75.tar.gz jquery-67a2e4eaac98cee79a02a0a45e4826a7958d4b75.zip |
Ref #13316: Sync all test documents on full vs. minified source.
Diffstat (limited to 'test/data/offset/scroll.html')
-rw-r--r-- | test/data/offset/scroll.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/offset/scroll.html b/test/data/offset/scroll.html index f8c638494..113400ce4 100644 --- a/test/data/offset/scroll.html +++ b/test/data/offset/scroll.html @@ -13,7 +13,7 @@ #forceScroll { width: 5000px; height: 5000px; } #marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; } </style> - <script src="../../../dist/jquery.min.js"></script> + <script src="../../jquery.js"></script> <script type="text/javascript" charset="utf-8"> jQuery(function($) { window.scrollTo(1000,1000); |