Skip to content

Commit e2a2112

Browse files
committed
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.
(cherry picked from commit 07ec849) Conflicts: ui/jquery.ui.position.js
1 parent f7f13b5 commit e2a2112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.position.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ if ( !$.offset.setOffset ) {
269269
background: "none"
270270
};
271271
if ( body ) {
272-
jQuery.extend( testElementStyle, {
272+
$.extend( testElementStyle, {
273273
position: "absolute",
274274
left: "-1000px",
275275
top: "-1000px"

0 commit comments

Comments
 (0)