Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.

(cherry picked from commit 07ec849f62)

Conflicts:

	ui/jquery.ui.position.js
This commit is contained in:
Scott González 2012-01-19 08:27:15 -05:00
parent f7f13b5949
commit e2a21129cb

View File

@ -269,7 +269,7 @@ if ( !$.offset.setOffset ) {
background: "none"
};
if ( body ) {
jQuery.extend( testElementStyle, {
$.extend( testElementStyle, {
position: "absolute",
left: "-1000px",
top: "-1000px"