Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype...
[jquery.git] / test / data / offset / absolute.html
index dc0ba22..b4db30a 100644 (file)
@@ -26,7 +26,7 @@
                <script src="../../../src/offset.js"></script>
                <script type="text/javascript" src="../../../dist/jquery.js"></script>
                <script type="text/javascript" charset="utf-8">
-                       $(function() {
+                       jQuery(function($) {
                                $('.absolute').click(function() {
                                        $('#marker').css( $(this).offset() );
                                        var pos = $(this).position();