diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-01-19 08:27:15 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-01-19 08:27:15 -0500 |
commit | e2a21129cb3e079ffa2709db4fae1c6dc4b0b5c4 (patch) | |
tree | f9355fcb9f4515c8c70ef0f5815e866c40b882cd | |
parent | f7f13b5949cd59f4e3f70c315d4e18f9662281ad (diff) | |
download | jquery-ui-e2a21129cb3e079ffa2709db4fae1c6dc4b0b5c4.tar.gz jquery-ui-e2a21129cb3e079ffa2709db4fae1c6dc4b0b5c4.zip |
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.
(cherry picked from commit 07ec849f623699c87fc7ecc3770ea11ad9ba8e4e)
Conflicts:
ui/jquery.ui.position.js
-rw-r--r-- | ui/jquery.ui.position.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.position.js b/ui/jquery.ui.position.js index 92cf8001d..20f0818e6 100644 --- a/ui/jquery.ui.position.js +++ b/ui/jquery.ui.position.js @@ -269,7 +269,7 @@ if ( !$.offset.setOffset ) { background: "none" }; if ( body ) { - jQuery.extend( testElementStyle, { + $.extend( testElementStyle, { position: "absolute", left: "-1000px", top: "-1000px" |