Skip to content
Permalink
Browse files
Position: Update fullname reference; jQuery => $. Fixes #8029 - Posit…
…ion: There is a reference to the global jQuery variable.

(cherry picked from commit 07ec849)

Conflicts:

	ui/jquery.ui.position.js
  • Loading branch information
scottgonzalez committed Jan 19, 2012
1 parent f7f13b5 commit e2a2112
Showing 1 changed file with 1 addition and 1 deletion.
@@ -269,7 +269,7 @@ if ( !$.offset.setOffset ) {
background: "none"
};
if ( body ) {
jQuery.extend( testElementStyle, {
$.extend( testElementStyle, {
position: "absolute",
left: "-1000px",
top: "-1000px"

0 comments on commit e2a2112

Please sign in to comment.