mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Position: Removed unused refenrece to $.fn.offset.
This commit is contained in:
parent
923b5b67b9
commit
7fc0cec36f
3
ui/jquery.ui.position.js
vendored
3
ui/jquery.ui.position.js
vendored
@ -14,8 +14,7 @@ $.ui = $.ui || {};
|
||||
var horizontalPositions = /left|center|right/,
|
||||
verticalPositions = /top|center|bottom/,
|
||||
center = "center",
|
||||
_position = $.fn.position,
|
||||
_offset = $.fn.offset;
|
||||
_position = $.fn.position;
|
||||
|
||||
$.fn.position = function( options ) {
|
||||
if ( !options || !options.of ) {
|
||||
|
Loading…
Reference in New Issue
Block a user