diff options
Diffstat (limited to 'test/data/offset/scroll.html')
-rw-r--r-- | test/data/offset/scroll.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/offset/scroll.html b/test/data/offset/scroll.html index e6980b441..50de95e01 100644 --- a/test/data/offset/scroll.html +++ b/test/data/offset/scroll.html @@ -23,7 +23,7 @@ <script src="../../../src/css.js"></script> <script src="../../../src/offset.js"></script> <script type="text/javascript" charset="utf-8"> - $(function() { + jQuery(function($) { window.scrollTo(1000,1000); $('#scroll-1')[0].scrollLeft = 5; $('#scroll-1')[0].scrollTop = 5; @@ -44,4 +44,4 @@ <div id="marker"></div> <p class="instructions">Click the white box to move the marker to it.</p> </body> -</html>
\ No newline at end of file +</html> |