Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype...
[jquery.git] / test / data / offset / body.html
index 9a692e8..e3eb4f8 100644 (file)
@@ -18,7 +18,7 @@
                <script src="../../../src/css.js"></script>
                <script src="../../../src/offset.js"></script>
                <script type="text/javascript" charset="utf-8">
-                       $(function() {
+                       jQuery(function($) {
                                $('body').click(function() {
                                        $('#marker').css( $(this).offset() );
                                        return false;
@@ -29,4 +29,4 @@
        <body>
                <div id="marker"></div>
        </body>
-</html>
\ No newline at end of file
+</html>