Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype...
authorAlex Sexton <AlexSexton@gmail.com>
Mon, 24 Jan 2011 03:19:33 +0000 (21:19 -0600)
committerAlex Sexton <AlexSexton@gmail.com>
Mon, 24 Jan 2011 03:19:33 +0000 (21:19 -0600)
commitc50b74372c398b0c85164ad01977c5118b55d418
treec14f176556b158ab665336247d36a0016116048c
parent02ca45573b8428f16e3eddb41f8fc50867bbda1b
Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033
src/core.js
src/outro.js
test/data/offset/absolute.html
test/data/offset/body.html
test/data/offset/fixed.html
test/data/offset/relative.html
test/data/offset/scroll.html
test/data/offset/static.html
test/data/offset/table.html