diff options
Diffstat (limited to 'test/data/offset/absolute.html')
-rw-r--r-- | test/data/offset/absolute.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/offset/absolute.html b/test/data/offset/absolute.html index 78db1a378..7c35ee3b7 100644 --- a/test/data/offset/absolute.html +++ b/test/data/offset/absolute.html @@ -15,7 +15,7 @@ p.instructions { position: absolute; bottom: 0; } #positionTest { position: absolute; } </style> - <script src="../../../dist/jquery.js"></script> + <script src="../../../dist/jquery.min.js"></script> <script type="text/javascript" charset="utf-8"> jQuery(function($) { $('.absolute').click(function() { |